InteractionSourcePose

struct in UnityEngine.XR.WSA.Input

/

Implemented in:UnityEngine.VRModule

Description 描述

Pose data of the interaction source at the time of either the gesture or interaction.

Properties 属性

positionAccuracyThe position-tracking accuracy of the interaction source.

Public Methods 公共方法

TryGetAngularVelocityAttempts to retrieve a Vector3 representing the current angular velocity of the tracked node.
TryGetForwardGets the forward vector of the interaction source, assuming rotation is valid.
TryGetPositionGets the position of the interaction source, assuming the backing data is valid.
TryGetRightGets the right vector of the interaction source, assuming rotation is valid.
TryGetRotationGets the rotation of the interaction source, assuming the backing data is valid.
TryGetUpGets the up vector of the interaction source, assuming rotation is valid.
TryGetVelocityGets the velocity of the interaction source, assuming the backing data is valid.