class in UnityEditor.AdaptivePerformance.Editor
Build attribute to identify which platforms a loader supports.
| Property | Description |
|---|---|
| buildTargetGroup | String representation of UnityEditor.Build.BuildTargetGroup. |
| buildTargets | Array of BuildTargets, each of which is the representation of UnityEditor.Build.BuildTarget aligned with buildTargetGroup. Currently only advisory. |
| Constructor | Description |
|---|---|
| AdaptivePerformanceSupportedBuildTargetAttribute | Constructor for attribute. We assume that all build targets for this group will be supported. |