Class StandardCapabilityKeys
Class that stores standard capability keys for packages to use. Be it support for face tracking, body tracking, controllers input, etc.
Inherited Members
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 |