Click or drag to resize

InputGetJoyVibrationDuration Method

Returns the duration of the current vibration effect in seconds.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float GetJoyVibrationDuration(
	int device
)

Parameters

device
Type: SystemInt32

[Missing <param name="device"/> documentation for "M:Godot.Input.GetJoyVibrationDuration(System.Int32)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Input.GetJoyVibrationDuration(System.Int32)"]

See Also