DualShock4ExtensionSetLightFlash Method |
Sets the light flashing speed. This sets the flashing system directly in the controller hardware and is subject to the hardware limitation of a 2.5 second duration.
Namespace:
Rewired.ControllerExtensions
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetLightFlash(
float onDuration,
float offDuration
)
Parameters
- onDuration
- Type: SystemSingle
Duration in seconds for light to remain on. [0 - 2.5] - offDuration
- Type: SystemSingle
Duration in seconds for light to remain off. [0 - 2.5]
See Also