docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StandardCapabilityKeys

    Class that stores standard capability keys for packages to use. Be it support for face tracking, body tracking, controllers input, etc.

    Inheritance
    object
    StandardCapabilityKeys
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.XR.CoreUtils.Capabilities
    Assembly: Unity.XR.CoreUtils.dll
    Syntax
    public static class StandardCapabilityKeys

    Fields

    ControllersInput

    The controller input capability key.

    Declaration
    public const string ControllersInput = "Controllers Input"
    Field Value
    Type Description
    string

    EyeGazeInput

    The eye gaze input capability key.

    Declaration
    public const string EyeGazeInput = "Eye Gaze Input"
    Field Value
    Type Description
    string

    FaceTracking

    Face tracking capability key.

    Declaration
    public const string FaceTracking = "Face Tracking"
    Field Value
    Type Description
    string

    HandsInput

    The hands input capability key.

    Declaration
    public const string HandsInput = "Hands Input"
    Field Value
    Type Description
    string

    WorldDataInput

    The world data input capability key.

    Declaration
    public const string WorldDataInput = "World Data Input"
    Field Value
    Type Description
    string
    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)