Class UI_EmoteWheel
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
UI_EmoteWheel
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
Field Value
| Type |
Description |
| UnityEngine.GameObject |
|
fxShow
Declaration
Field Value
| Type |
Description |
| UnityEngine.GameObject |
|
it_emote
Declaration
public DewInputTrigger it_emote
Field Value
it_emoteCancel
Declaration
public DewInputTrigger it_emoteCancel
Field Value
it_emoteConfirm
Declaration
public DewInputTrigger it_emoteConfirm
Field Value
lineRenderer
Declaration
public UILineRenderer lineRenderer
Field Value
| Type |
Description |
| UnityEngine.UI.Extensions.UILineRenderer |
|
wheelItems
Declaration
public UI_EmoteWheel_Item[] wheelItems
Field Value
Properties
isShown
Declaration
public bool isShown { get; }
Property Value
Methods
CheckValid()
Declaration
Returns
OnSettingsChanged()
Declaration
public void OnSettingsChanged()
Show()
Declaration
Implements
Extension Methods