 | CommandProxyInvokeCommand Method (Single) |
Invokes the bound command with the specified argument.
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
Command argument.
See Also