Click or drag to resize

EngageableObjectGetVectorFromGrabPointToController Method

Vector from where the object was grabbed (tracked on object) to the same relative interaction point (tracked on controlelr)

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

Parameters

controllerIndex
Type: SystemInt32

Return Value

Type: UnityEngine.Vector3
See Also