DisplayBaseSettingsBegin(bool)
Starts the display block of the base settings. Needs to be called if DisplayBaseRuntimeSettings() or DisplayBaseDeveloperSettings() gets called. Needs to be concluded by a call to DisplayBaseSettingsEnd(). Pass isLegacyAPI = false to hide the legacy warning banner and comply with new APIs. Default is true (for compatibility).
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AdaptivePerformance.Editor
- Assembly: UnityEditor.AdaptivePerformanceModule
public bool DisplayBaseSettingsBegin(bool isLegacyAPI = true)
Parameters
Returns
Type | Description |
|---|---|
| bool | False if the settings cannot be loaded. Otherwise true. |