SettingsForBuildTargetGroup(BuildTargetGroup)
Helper function to return current settings for a specific build target.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AdaptivePerformance.Editor
- Assembly: UnityEditor.AdaptivePerformanceModule
public virtual Object SettingsForBuildTargetGroup(BuildTargetGroup buildTargetGroup)
Parameters
An enum that specifies which platform group this build is for.
Returns
Type | Description |
|---|---|
| Object | A Unity object that represents the settings instance data for that build target, or null if not found. |