Click or drag to resize

ControllerListGetInteractionDirection Method (Int32)

Gets the interaction source position for controller at the index specified

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> GetInteractionDirection(
	int controllerIndex
)

Parameters

controllerIndex
Type: SystemInt32

Return Value

Type: NullableUnityEngine.Vector3
See Also