Click or drag to resize

ControllerListGetVelocity Method

Gets the velocity for controller at the index specified Velocity in world coordinates (scaled).

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public Nullable<UnityEngine.Vector3> GetVelocity(
	int controllerIndex
)

Parameters

controllerIndex
Type: SystemInt32

Return Value

Type: NullableUnityEngine.Vector3
See Also