Click or drag to resize

InputModuleVibrateOverTime Method

Causes Vibration over time for when you need a longer vibration than the base

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public IEnumerator VibrateOverTime(
	ControllerLocal controllerLocal,
	float durationInSeconds
)

Parameters

controllerLocal
Type: ImmerseSDK.ControllersControllerLocal
durationInSeconds
Type: SystemSingle

Return Value

Type: IEnumerator
See Also