Click or drag to resize

EngageableObjectGetVelocityOfController Method

Calculates the average velocity of all the engaging controllers using world coordinates

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected UnityEngine.Vector3 GetVelocityOfController(
	int controllerIndex
)

Parameters

controllerIndex
Type: SystemInt32

Return Value

Type: UnityEngine.Vector3
See Also