C# Class UnityEngine.VR.InputTracking

VR Input tracking data.

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetLocalPosition ( VRNode node ) : Vector3

The current position of the requested VRNode.

GetLocalRotation ( VRNode node ) : Quaternion

The current rotation of the requested VRNode.

Private Methods

Method Description
INTERNAL_CALL_GetLocalPosition ( VRNode node, Vector3 &value ) : void
INTERNAL_CALL_GetLocalRotation ( VRNode node, Quaternion &value ) : void
Recenter ( ) : void

Method Details

GetLocalPosition() public static method

The current position of the requested VRNode.

public static GetLocalPosition ( VRNode node ) : Vector3
node VRNode Node index.
return Vector3

GetLocalRotation() public static method

The current rotation of the requested VRNode.

public static GetLocalRotation ( VRNode node ) : Quaternion
node VRNode Node index.
return UnityEngine.Quaternion