docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XRCommonHandGestures.PinchPoseUpdatedEventArgs

    Event-args type for when the pinch pose updates.

    Inheritance
    object
    XRCommonHandGestures.PinchPoseUpdatedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.Hands
    Assembly: Unity.XR.Hands.dll
    Syntax
    public class XRCommonHandGestures.PinchPoseUpdatedEventArgs

    Properties

    handedness

    Which hand is being updated.

    Declaration
    public Handedness handedness { get; }
    Property Value
    Type Description
    Handedness

    Methods

    TryGetPinchPose(out Pose)

    Attempts to get the pinch pose.

    Declaration
    public bool TryGetPinchPose(out Pose pinchPose)
    Parameters
    Type Name Description
    Pose pinchPose

    Will be filled out with the pinch pose, if successful.

    Returns
    Type Description
    bool

    Returns true if successful, returns false otherwise.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)