Method GetFeatureWithIdForActiveBuildTarget
GetFeatureWithIdForActiveBuildTarget(string)
Given a feature id, returns the first instance of OpenXRFeature associated with that id.
Declaration
public static OpenXRFeature GetFeatureWithIdForActiveBuildTarget(string featureId)
Parameters
Type | Name | Description |
---|---|---|
string | featureId | The unique id identifying the feature |
Returns
Type | Description |
---|---|
OpenXRFeature | The instance of the feature matching thd id, or null. |