Constructor GroupResolver
GroupResolver()
Creates a new default instance of GroupResolver.
Declaration
public GroupResolver()
GroupResolver(string)
Creates a new instance which will store all assets into a single group.
Declaration
public GroupResolver(string groupName)
Parameters
Type | Name | Description |
---|---|---|
string | groupName | The name to use when creating a new group. |
GroupResolver(AddressableAssetGroup)
Creates a new instance which will store all assets into a single group;
Declaration
public GroupResolver(AddressableAssetGroup group)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetGroup | group | The group to use. |
GroupResolver(string, string)
Creates an instance using custom group names for each Locale.
Declaration
public GroupResolver(string localeGroupNamePattern, string sharedGroupName)
Parameters
Type | Name | Description |
---|---|---|
string | localeGroupNamePattern | The name to use when creating a new Group for a selected LocaleIdentifier. The name is formatted using Smart where the argument passed will be the LocaleIdentifier. The default is |
string | sharedGroupName | The name of the group to use when an asset is shared by multiple Locales that do not all use the same group. |