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.ControllerExtensionsAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic void SetLightFlash(
float onDuration,
float offDuration
)
Parameters
- onDuration Single
- Duration in seconds for light to remain on. [0 - 2.5]
- offDuration Single
- Duration in seconds for light to remain off. [0 - 2.5]
See Also