Search Results for

    Show / Hide Table of Contents

    Class Special_RoomAnnouncer

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    SingletonBehaviour<Special_RoomAnnouncer>
    Special_RoomAnnouncer
    Inherited Members
    SingletonBehaviour<Special_RoomAnnouncer>.instance
    SingletonBehaviour<Special_RoomAnnouncer>.softInstance
    SingletonBehaviour<Special_RoomAnnouncer>.Awake()
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class Special_RoomAnnouncer : SingletonBehaviour<Special_RoomAnnouncer>

    Fields

    announceEvent

    Declaration
    [Space]
    public bool announceEvent
    Field Value
    Type Description
    bool

    color

    Declaration
    [ShowIf("announceEvent", true)]
    public Color color
    Field Value
    Type Description
    UnityEngine.Color

    key

    Declaration
    public string key
    Field Value
    Type Description
    string

    setRoomName

    Declaration
    [Space]
    public bool setRoomName
    Field Value
    Type Description
    bool

    showZoneIndex

    Declaration
    [ShowIf("setRoomName", true)]
    public bool showZoneIndex
    Field Value
    Type Description
    bool

    sprite

    Declaration
    [ShowIf("announceEvent", true)]
    public Sprite sprite
    Field Value
    Type Description
    UnityEngine.Sprite

    spriteScale

    Declaration
    [ShowIf("announceEvent", true)]
    public float spriteScale
    Field Value
    Type Description
    float

    zoneIndexOffset

    Declaration
    [ShowIf("@showZoneIndex && setRoomName", true)]
    public int zoneIndexOffset
    Field Value
    Type Description
    int

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation