CustomControllerSetAxisUpdateCallback Method |
Sets the callback delegate which is invoked when an Axis is updated.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetAxisUpdateCallback(
Func<int, float> callback
)
Parameters
- callback
- Type: SystemFuncInt32, Single
The callback delegate
See Also