Method Create
Create(string, string, bool, bool)
Create a new AddressableAssetSettings object.
선언
public static AddressableAssetSettings Create(string configFolder, string configName, bool createDefaultGroups, bool isPersisted)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | configFolder | The folder to store the settings object. |
string | configName | The name of the settings object. |
bool | createDefaultGroups | If true, create groups for player data and local packed content. |
bool | isPersisted | If true, assets are created. |
반환
타입 | 설명 |
---|---|
AddressableAssetSettings |