![]() | Command Methods |
The Command type exposes the following members.
Name | Description | |
---|---|---|
![]() | Awake |
Unity callback.
|
![]() | InvokeCommand |
Invokes the bound method.
|
![]() | InvokeCommand(Boolean) |
Invokes the bound method.
|
![]() | InvokeCommand(Int32) |
Invokes the bound method.
|
![]() | InvokeCommand(Object) |
Invokes the bound method with the specified arguments.
|
![]() | InvokeCommand(Single) |
Invokes the bound method.
|
![]() | InvokeCommand(String) |
Invokes the bound method.
|
![]() | OnContextChanged |
Has to be called when an anchestor context changed as the data value may change.
|
![]() | OnDestroy |
Unity callback.
|
![]() | Start |
Unity callback.
|