docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XRCommonHandGestures.PokePoseUpdatedEventArgs

    Event-args type for when the poke pose updates.

    Inheritance
    object
    XRCommonHandGestures.PokePoseUpdatedEventArgs
    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.PokePoseUpdatedEventArgs

    Properties

    commonGestures

    The common gestures that raised this event.

    Declaration
    public XRCommonHandGestures commonGestures { get; }
    Property Value
    Type Description
    XRCommonHandGestures
    See Also
    pokePoseUpdated

    handedness

    Which hand is being updated.

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

    Methods

    GetPokePoseIsTracked()

    Gets whether the poke pose is tracked.

    Declaration
    public bool GetPokePoseIsTracked()
    Returns
    Type Description
    bool

    Returns true if the poke pose is tracked. Returns false otherwise.

    See Also
    isTracked
    isTracked

    TryGetPokePose(out Pose)

    Attempts to get the poke pose.

    Declaration
    public bool TryGetPokePose(out Pose pokePose)
    Parameters
    Type Name Description
    Pose pokePose

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

    Returns
    Type Description
    bool

    Returns true if successful, returns false otherwise.

    See Also
    pokePoseUpdated

    See Also

    pokePoseUpdated
    In This Article
    Back to top
    Copyright © 2026 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)