CustomControllerSetButtonValue Method (Int32, Boolean) |
Sets the value of a Button by index.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetButtonValue(
int index,
bool value
)
Parameters
- index
- Type: SystemInt32
The index of the Button - value
- Type: SystemBoolean
The value
See Also