Class AdaptivePerformanceBuildUtils
Helper utilities for build-time modifications.
Inherited Members
Namespace: UnityEditor.AdaptivePerformance.Editor
Syntax
public static class AdaptivePerformanceBuildUtils
Methods
GetWantedStartupBoostSetting(IAdaptivePerformanceSettings)
Get value for boost mode on startup for given settings
Declaration
public static string GetWantedStartupBoostSetting(IAdaptivePerformanceSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| IAdaptivePerformanceSettings | settings |
Returns
| Type | Description |
|---|---|
| String |
UpdateBootConfigBoostSetting(String, String, String)
Add key to boot.config
Declaration
public static void UpdateBootConfigBoostSetting(string path, string bootConfigKey, string wantedSettingValue)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | Player build path |
| String | bootConfigKey | Key to add or update |
| String | wantedSettingValue | Value for the key |