CustomControllerSetAxisValue Method (String, Single) |
Sets the value of an Axis by name.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetAxisValue(
string elementName,
float value
)
Parameters
- elementName
- Type: SystemString
The name of the Axis. - value
- Type: SystemSingle
The value
See Also