Class OpenXRFeatureSetAttribute
Attribute used to describe a feature set to the OpenXR Editor components.
Inherited Members
Namespace: UnityEditor.XR.OpenXR.Features
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public sealed class OpenXRFeatureSetAttribute : Attribute, _Attribute
Fields
Description
Description of the feature set.
Declaration
public string Description
Field Value
Type | Description |
---|---|
String |
FeatureIds
The list of feature ids that this feature set can enable or disable.
Declaration
public string[] FeatureIds
Field Value
Type | Description |
---|---|
String[] |
FeatureSetId
The id used to uniquely define this feature set. It is recommended to use reverse DNS naming for this id.
Declaration
public string FeatureSetId
Field Value
Type | Description |
---|---|
String |
SupportedBuildTargets
The list of build targets that this feature set supports.
Declaration
public BuildTargetGroup[] SupportedBuildTargets
Field Value
Type | Description |
---|---|
BuildTargetGroup[] |
UiName
The string used to represent the feature set in the UI.
Declaration
public string UiName
Field Value
Type | Description |
---|---|
String |