Method GetFeaturesWithIdsForActiveBuildTarget
GetFeaturesWithIdsForActiveBuildTarget(string[])
Given an array of feature ids, returns an array of matching OpenXRFeature instances.
Declaration
public static OpenXRFeature[] GetFeaturesWithIdsForActiveBuildTarget(string[] featureIds)
Parameters
Type | Name | Description |
---|---|---|
string[] | featureIds | Array of feature ids to match against. |
Returns
Type | Description |
---|---|
OpenXRFeature[] | An array of all matching features. |