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