Method GetSettings
GetSettings(bool)
Gets the settings object with the option to create a new one if it does not exist.
Declaration
public static AddressableAssetSettings GetSettings(bool create)
Parameters
Type | Name | Description |
---|---|---|
bool | create | If true and no settings object exists, a new one will be created using the default config folder and asset name. |
Returns
Type | Description |
---|---|
AddressableAssetSettings | The default settings object. |