C# Class UnityEngine.VR.InputTracking

VR Input tracking data.

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
INTERNAL_CALL_GetLocalPosition ( VRNode node, Vector3 &value ) : void
INTERNAL_CALL_GetLocalRotation ( VRNode node, Quaternion &value ) : void
Recenter ( ) : void

Method Details

GetLocalPosition() public static méthode

The current position of the requested VRNode.

public static GetLocalPosition ( VRNode node ) : Vector3
node VRNode Node index.
Résultat Vector3

GetLocalRotation() public static méthode

The current rotation of the requested VRNode.

public static GetLocalRotation ( VRNode node ) : Quaternion
node VRNode Node index.
Résultat UnityEngine.Quaternion