ManipulationCompletedEventArgs
struct in UnityEngine.XR.WSA.Input
/
Implemented in:UnityEngine.VRModule
Description 描述
Contains fields that are relevant when a manipulation gesture completes.
To receive this information, you should register with ManipulationCompleted.
Properties 属性
| cumulativeDelta | Total distance moved since the beginning of the manipulation gesture. | ||
| headPose | Head pose of the user at the time of the gesture. | ||
| source | The InteractionSource (hand, controller, or user's voice) that completed the manipulation gesture. | ||
| sourcePose | Pose data of the interaction source at the time of the gesture. |