InteractionSourcePose

struct in UnityEngine.XR.WSA.Input

Cambiar al Manual

Descripción

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

Variables

positionAccuracyThe position-tracking accuracy of the interaction source.

Funciones Públicas

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.