![]() | Command Class |
Namespace: Slash.Unity.DataBind.Foundation.Commands
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.
|
Name | Description | |
---|---|---|
![]() | AdditionalArguments |
Additional arguments to pass when command is invoked.
|
![]() | Path |
Path of method to call in data context.
|