Method GetFeatureSetWithId
GetFeatureSetWithId(BuildTargetGroup, string)
Returns a specific OpenXRFeatureSetManager.FeatureSet instance that matches the input.
Declaration
public static OpenXRFeatureSetManager.FeatureSet GetFeatureSetWithId(BuildTargetGroup buildTargetGroup, string featureSetId)
Parameters
Type | Name | Description |
---|---|---|
BuildTargetGroup | buildTargetGroup | The build target group this feature set supports. |
string | featureSetId | The feature set id for the specific feature set being requested. |
Returns
Type | Description |
---|---|
OpenXRFeatureSetManager.FeatureSet | The matching OpenXRFeatureSetManager.FeatureSet or null. |