Click or drag to resize

ARVRControllerRumble Property

The degree to which the controller vibrates. Ranges from 0.0 to 1.0 with precision .01. If changed, updates Rumble accordingly.

This is a useful property to animate if you want the controller to vibrate for a limited duration.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float Rumble { get; set; }

Property Value

Type: Single
See Also