Class OpenXRFeatureSetManager.FeatureSet
Description of a known (either built-in or found) feature set.
Inherited Members
Namespace: UnityEditor .XR.OpenXR .Features
Assembly: solution.dll
Syntax
public class OpenXRFeatureSetManager.FeatureSet
Fields
Name | Description |
---|---|
default |
The set of default features that this feature set manages. |
description | Description of this feature set. |
download |
The URI string used to link to external documentation. |
download |
The text to be shown with the download |
feature |
The set of features that this feature set menages. |
feature |
The feature set id as defined in Feature |
is |
Toggles the enabled state for this feature. Impacts the effect of Set |
is |
State that tracks whether this feature set is built in or was detected after the user installed it. |
name | The name that displays in the UI. |
required |
The set of required features that this feature set manages. |