Class DewPersistence.RoomSavedObjectData
Inheritance
object
DewPersistence.RoomSavedObjectData
Assembly: Dew.Core.dll
Syntax
public class DewPersistence.RoomSavedObjectData
Fields
guid
Declaration
Field Value
persistenceData
Declaration
public Dictionary<string, string> persistenceData
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
|
scenePath
Declaration
Field Value
Methods
Capture(RoomSavedObject)
This object is mutated, and self is returned.
Declaration
public DewPersistence.RoomSavedObjectData Capture(RoomSavedObject target)
Parameters
Returns