Search Results for

    Show / Hide Table of Contents

    Class DewPersistence.RoomSavedObjectData

    Inheritance
    object
    DewPersistence.RoomSavedObjectData
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewPersistence.RoomSavedObjectData

    Fields

    guid

    Declaration
    public string guid
    Field Value
    Type Description
    string

    persistenceData

    Declaration
    public Dictionary<string, string> persistenceData
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, string>

    scenePath

    Declaration
    public string scenePath
    Field Value
    Type Description
    string

    Methods

    Capture(RoomSavedObject)

    This object is mutated, and self is returned.

    Declaration
    public DewPersistence.RoomSavedObjectData Capture(RoomSavedObject target)
    Parameters
    Type Name Description
    RoomSavedObject target
    Returns
    Type Description
    DewPersistence.RoomSavedObjectData
    In This Article
    Back to top Shape of Dreams API Documentation