This version of Unity is unsupported.

HoldCanceledEventArgs

struct in UnityEngine.XR.WSA.Input

/

Implemented in:UnityEngine.VRModule

Description

Contains fields that are relevant when a user cancels a hold gesture.

Users should register with HoldCanceled.

Properties

headPoseHead pose of the user at the time of the gesture.
sourceThe InteractionSource (hand, controller, or user's voice) that canceled the hold gesture.
sourcePoseRepresents pose data of the input source, such as a hand or controller, when the gesture occurred.