docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XrSystemHandTrackingPropertiesEXT

    Describes hand tracking system properties. Provided by XR_EXT_hand_tracking.

    Namespace: UnityEngine.XR.OpenXR.NativeTypes
    Assembly: Unity.XR.OpenXR.dll
    Syntax
    public readonly struct XrSystemHandTrackingPropertiesEXT
    Remarks
    Warning

    Don't initialize this struct with the default parameterless constructor. Use either defaultValue or a constructor with parameters to ensure that type is correctly initialized to SystemHandTrackingPropertiesEXT.

    Constructors

    XrSystemHandTrackingPropertiesEXT(bool)

    Construct an instance with a null next pointer.

    Declaration
    public XrSystemHandTrackingPropertiesEXT(bool supportsHandTracking)
    Parameters
    Type Name Description
    bool supportsHandTracking

    true if the system supports hand tracking. Otherwise, false.

    XrSystemHandTrackingPropertiesEXT(void*, bool)

    Construct an instance.

    Declaration
    public XrSystemHandTrackingPropertiesEXT(void* next, bool supportsHandTracking)
    Parameters
    Type Name Description
    void* next

    The next pointer.

    bool supportsHandTracking

    true if the system supports hand tracking. Otherwise, false.

    Properties

    defaultValue

    Get a default instance with an initialized type property.

    Declaration
    public static XrSystemHandTrackingPropertiesEXT defaultValue { get; }
    Property Value
    Type Description
    XrSystemHandTrackingPropertiesEXT

    next

    null or a pointer to the next structure in a structure chain.

    Declaration
    public void* next { get; }
    Property Value
    Type Description
    void*

    supportsHandTracking

    Indicates whether the system supports hand tracking.

    Declaration
    public UInt32 supportsHandTracking { get; }
    Property Value
    Type Description
    uint

    type

    The XrStructureType of this struct: SystemHandTrackingPropertiesEXT.

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