Class OpenXRFeatureSetManager.FeatureSet
Description of a known (either built-in or found) feature set.
Inherited Members
Namespace: UnityEditor.XR.OpenXR.Features
Assembly: Unity.XR.OpenXR.Editor.dll
Syntax
public class OpenXRFeatureSetManager.FeatureSetFields
defaultFeatureIds
The set of default features that this feature set manages.
Declaration
public string[] defaultFeatureIdsField Value
| Type | Description | 
|---|---|
| string[] | 
description
Description of this feature set.
Declaration
public string descriptionField Value
| Type | Description | 
|---|---|
| string | 
downloadLink
The URI string used to link to external documentation.
Declaration
public string downloadLinkField Value
| Type | Description | 
|---|---|
| string | 
downloadText
The text to be shown with the downloadLink.
Declaration
public string downloadTextField Value
| Type | Description | 
|---|---|
| string | 
featureIds
The set of features that this feature set menages.
Declaration
public string[] featureIdsField Value
| Type | Description | 
|---|---|
| string[] | 
featureSetId
The feature set id as defined in FeatureSetId.
Declaration
public string featureSetIdField Value
| Type | Description | 
|---|---|
| string | 
isEnabled
Toggles the enabled state for this feature. Impacts the effect of SetFeaturesFromEnabledFeatureSets(BuildTargetGroup). If you change this value, you must call SetFeaturesFromEnabledFeatureSets(BuildTargetGroup) to reflect that change on the actual feature sets.
Declaration
public bool isEnabledField Value
| Type | Description | 
|---|---|
| bool | 
isInstalled
State that tracks whether this feature set is built in or was detected after the user installed it.
Declaration
public bool isInstalledField Value
| Type | Description | 
|---|---|
| bool | 
name
The name that displays in the UI.
Declaration
public string nameField Value
| Type | Description | 
|---|---|
| string | 
requiredFeatureIds
The set of required features that this feature set manages.
Declaration
public string[] requiredFeatureIdsField Value
| Type | Description | 
|---|---|
| string[] |