Search Results for

    Show / Hide Table of Contents

    Class DewRoomMetadata

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.ScriptableObject
    DewRoomMetadata
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewRoomMetadata : ScriptableObject

    Fields

    area

    Declaration
    public float area
    Field Value
    Type Description
    float

    customPropRules

    Declaration
    public List<PropSpawnRule> customPropRules
    Field Value
    Type Description
    System.Collections.Generic.List<T><PropSpawnRule>

    customRules

    Declaration
    public List<MonsterSpawnRule> customRules
    Field Value
    Type Description
    System.Collections.Generic.List<T><MonsterSpawnRule>

    hasSectionWithNoNodes

    Declaration
    public bool hasSectionWithNoNodes
    Field Value
    Type Description
    bool

    sceneActors

    Declaration
    public List<string> sceneActors
    Field Value
    Type Description
    System.Collections.Generic.List<T><string>
    In This Article
    Back to top Shape of Dreams API Documentation