Search Results for

    Show / Hide Table of Contents

    Class UI_EmoteWheel_Item

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    UI_StationaryEmote
    UI_EmoteWheel_Item
    Inherited Members
    UI_StationaryEmote.customParent
    UI_StationaryEmote.currentEmoteName
    UI_StationaryEmote.currentEmotePrefab
    UI_StationaryEmote.currentEmoteInstance
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class UI_EmoteWheel_Item : UI_StationaryEmote

    Fields

    highlightObject

    Declaration
    public GameObject highlightObject
    Field Value
    Type Description
    UnityEngine.GameObject

    nonHighlightObject

    Declaration
    public GameObject nonHighlightObject
    Field Value
    Type Description
    UnityEngine.GameObject

    Methods

    SetHighlight(bool)

    Declaration
    public void SetHighlight(bool value)
    Parameters
    Type Name Description
    bool value

    Setup(string)

    Declaration
    public override void Setup(string emoteName)
    Parameters
    Type Name Description
    string emoteName
    Overrides
    UI_StationaryEmote.Setup(string)

    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