Method GetSettings
GetSettings(bool)
Gets the settings object with the option to create a new one if it does not exist.
선언
public static AddressableAssetSettings GetSettings(bool create)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| bool | create | If true and no settings object exists, a new one will be created using the default config folder and asset name. |
반환
| 타입 | 설명 |
|---|---|
| AddressableAssetSettings | The default settings object. |