![]() | NguiEventCommand<TWidget> Class |
Namespace: Slash.Unity.DataBind.UI.NGUI.Commands
public abstract class NguiEventCommand<TWidget> : Command where TWidget : MonoBehaviour
The NguiEventCommand<TWidget> type exposes the following members.
Name | Description | |
---|---|---|
![]() | NguiEventCommand<TWidget> | Initializes a new instance of the NguiEventCommand<TWidget> class |
Name | Description | |
---|---|---|
![]() | Awake |
Unity callback.
(Overrides Command.Awake().) |
![]() | GetEvent |
Returns the event from the specified target to observe.
|
![]() | OnDisable |
Unity callback.
|
![]() | OnEnable |
Unity callback.
|
![]() | OnEvent |
Called when the observed event occured.
|