Click or drag to resize

Command Methods

The Command type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Unity callback.
Public methodInvokeCommand
Invokes the bound method.
Public methodInvokeCommand(Boolean)
Invokes the bound method.
Public methodInvokeCommand(Int32)
Invokes the bound method.
Public methodInvokeCommand(Object)
Invokes the bound method with the specified arguments.
Public methodInvokeCommand(Single)
Invokes the bound method.
Public methodInvokeCommand(String)
Invokes the bound method.
Public methodOnContextChanged
Has to be called when an anchestor context changed as the data value may change.
Protected methodOnDestroy
Unity callback.
Protected methodStart
Unity callback.
Top
See Also