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+e8257758c3446d922301bab0e4637a0e5ec1862f
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