Method FeatureSetsForBuildTarget
FeatureSetsForBuildTarget(BuildTargetGroup)
Returns the list of all OpenXRFeatureSetManager.FeatureSet for the given build target group.
Declaration
public static List<OpenXRFeatureSetManager.FeatureSet> FeatureSetsForBuildTarget(BuildTargetGroup buildTargetGroup)
Parameters
Type | Name | Description |
---|---|---|
BuildTargetGroup | buildTargetGroup | The build target group to find the feature sets for. |
Returns
Type | Description |
---|---|
List<OpenXRFeatureSetManager.FeatureSet> | List of OpenXRFeatureSetManager.FeatureSet or null if there is nothing that matches the given input. |