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.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.OpenXR.NativeTypes
    Assembly: Unity.XR.OpenXR.dll
    Syntax
    public readonly struct XrHandJointLocationEXT

    Constructors

    XrHandJointLocationEXT(XrSpaceLocationFlags, XrPosef, float)

    Construct an instance.

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

    Flags describing the validity and tracking state of the joint pose.

    XrPosef pose

    The pose of the hand joint.

    float radius

    The radius of the hand joint in meters.

    Properties

    locationFlags

    Flags describing the validity and tracking state of the joint pose.

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

    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)