Method AddLocaleGroup
AddLocaleGroup(LocaleIdentifier, AddressableAssetGroup)
Add a group for the LocaleIdentifier. If a Group is already assigned it will be replaced with the new group.
Declaration
public void AddLocaleGroup(LocaleIdentifier identifier, AddressableAssetGroup group)
Parameters
Type | Name | Description |
---|---|---|
LocaleIdentifier | identifier | The Locale Id to use for the selected group. |
AddressableAssetGroup | group | The group to add for the selected Locale Id, must not be null. |