Class OpenXRFeatureSetManager
API for finding and managing feature sets for OpenXR.
Inherited Members
Namespace: UnityEditor .XR.OpenXR .Features
Assembly: solution.dll
Syntax
public static class OpenXRFeatureSetManager
Fields
Name | Description |
---|---|
active |
The current active build target. Used to handle callbacks from enabled into
Can |
Methods
Name | Description |
---|---|
Can |
Tell the user if the feature with passed in feature id can be disabled based on the build target group. |
Feature |
Returns the list of all Open |
Get |
Returns a specific Open |
Initialize |
Initializes all currently known feature sets. This will do two initialization passes:
|
Set |
Given the current enabled state of the feature sets that match for a build target group, enable and disable the features associated with each feature set. Features that overlap sets of varying enabled states will maintain their enabled setting. |