Method SetFeaturesFromEnabledFeatureSets
SetFeaturesFromEnabledFeatureSets(BuildTargetGroup)
Given the current enabled state of the feature sets that match for a build target group, enable and disable the features associated with each feature set. Features that overlap sets of varying enabled states will maintain their enabled setting.
Declaration
public static void SetFeaturesFromEnabledFeatureSets(BuildTargetGroup buildTargetGroup)
Parameters
Type | Name | Description |
---|---|---|
BuildTargetGroup | buildTargetGroup | The build target group to process features sets for. |