Class Button
A Selectable<T> that represents UnityEngine.UI.Button.
Inherited Members
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class Button : Selectable<UnityEngine.UI.Button>
Methods
| Improve this Doc View SourceAwakeInMainThread()
Declaration
protected override void AwakeInMainThread()
Events
| Improve this Doc View SourceOnClick
An event that represents UnityEngine.UI.Button.onClick.
Declaration
public event UnityEngine.Events.UnityAction OnClick
Event Type
Type | Description |
---|---|
UnityEngine.Events.UnityAction |