Method GetFeaturesWithIdsForBuildTarget
GetFeaturesWithIdsForBuildTarget(BuildTargetGroup, string[])
Given an array of feature ids, returns an array of matching OpenXRFeature instances that match.
Declaration
public static OpenXRFeature[] GetFeaturesWithIdsForBuildTarget(BuildTargetGroup buildTargetGroup, string[] featureIds)
Parameters
Type | Name | Description |
---|---|---|
BuildTargetGroup | buildTargetGroup | The build target group to get the feature from. |
string[] | featureIds | Array of feature ids to match against. |
Returns
Type | Description |
---|---|
OpenXRFeature[] | An array of all matching features. |