Search Results for

    Show / Hide Table of Contents

    Class UI_EmoteWheel

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

    Fields

    fxFocusChanged

    Declaration
    public GameObject fxFocusChanged
    Field Value
    Type Description
    UnityEngine.GameObject

    fxHide

    Declaration
    public GameObject fxHide
    Field Value
    Type Description
    UnityEngine.GameObject

    fxShow

    Declaration
    public GameObject fxShow
    Field Value
    Type Description
    UnityEngine.GameObject

    it_emote

    Declaration
    public DewInputTrigger it_emote
    Field Value
    Type Description
    DewInputTrigger

    it_emoteCancel

    Declaration
    public DewInputTrigger it_emoteCancel
    Field Value
    Type Description
    DewInputTrigger

    it_emoteConfirm

    Declaration
    public DewInputTrigger it_emoteConfirm
    Field Value
    Type Description
    DewInputTrigger

    lineRenderer

    Declaration
    public UILineRenderer lineRenderer
    Field Value
    Type Description
    UnityEngine.UI.Extensions.UILineRenderer

    wheelItems

    Declaration
    public UI_EmoteWheel_Item[] wheelItems
    Field Value
    Type Description
    UI_EmoteWheel_Item[]

    Properties

    isShown

    Declaration
    public bool isShown { get; }
    Property Value
    Type Description
    bool

    Methods

    CheckValid()

    Declaration
    public bool CheckValid()
    Returns
    Type Description
    bool

    OnSettingsChanged()

    Declaration
    public void OnSettingsChanged()

    Show()

    Declaration
    public void Show()

    Implements

    ISettingsChangedCallback

    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