PopulateNewSettingsInstance(ScriptableObject)
Allows the package to configure new settings passed in.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AdaptivePerformance.Editor.Metadata
- Assembly: UnityEditor.AdaptivePerformanceModule
bool PopulateNewSettingsInstance(ScriptableObject obj)
Parameters
ScriptableObject instance that represents an instance of the settings type provided by _settingsType.
Returns
Type | Description |
|---|---|
| bool | True if the operation succeeded, false if not. If implementation is empty, just return true. |