InteractionSourcePose

struct in UnityEngine.XR.WSA.Input

매뉴얼로 전환

설명

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

변수

positionAccuracyThe position-tracking accuracy of the interaction source.

Public 함수

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.