Method GetSettings
GetSettings(AddressableAssetSettings)
Gets the asset group sort settings for the project
Declaration
public static AddressableAssetGroupSortSettings GetSettings(AddressableAssetSettings settings)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetSettings | settings |
Returns
Type | Description |
---|---|
AddressableAssetGroupSortSettings | scriptable object with sort settings |
GetSettings(string, string)
Gets the asset group sort settings for the project
Declaration
public static AddressableAssetGroupSortSettings GetSettings(string path = null, string settingName = null)
Parameters
Type | Name | Description |
---|---|---|
string | path | Desired path to put settings |
string | settingName | Desired name for settings |
Returns
Type | Description |
---|---|
AddressableAssetGroupSortSettings | scriptable object with sort settings |