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