Click or drag to resize

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
C#
public 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