CustomControllerSetButtonUpdateCallback Method |
Sets the callback delegate which is invoked when a Button is updated.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetButtonUpdateCallback(
Func<int, bool> callback
)
Parameters
- callback
- Type: SystemFuncInt32, Boolean
The callback delegate
See Also