 | CommandInvokeCommand Method (Single) |
Invokes the bound method.
Namespace:
Slash.Unity.DataBind.Foundation.Commands
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void InvokeCommand(
float value
)
Public Sub InvokeCommand (
value As Single
)
public:
void InvokeCommand(
float value
)
member InvokeCommand :
value : float32 -> unit
Parameters
- value
- Type: SystemSingle
Argument value.
See Also