docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XrHandJointLocationEXT

    Describes the location and radius of a hand joint. Provided by XR_EXT_hand_tracking.

    Namespace: UnityEngine.XR.OpenXR.NativeTypes
    Assembly: Unity.XR.OpenXR.dll
    Syntax
    public readonly struct XrHandJointLocationEXT

    Constructors

    XrHandJointLocationEXT(ulong, XrPosef, float)

    Construct an instance.

    Declaration
    public XrHandJointLocationEXT(ulong locationFlags, XrPosef pose, float radius)
    Parameters
    Type Name Description
    ulong locationFlags

    A bitfield describing the validity of the pose.

    XrPosef pose

    The pose of the hand joint.

    float radius

    The radius of the hand joint in meters.

    Properties

    locationFlags

    A bitfield of XrSpaceLocationFlags describing the validity of the pose.

    Declaration
    public ulong locationFlags { get; }
    Property Value
    Type Description
    ulong

    pose

    The pose of the hand joint.

    Declaration
    public XrPosef pose { get; }
    Property Value
    Type Description
    XrPosef

    radius

    The radius of the hand joint in meters.

    Declaration
    public float radius { get; }
    Property Value
    Type Description
    float
    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)