Method GetGroup
GetGroup(IList<LocaleIdentifier>, Object, AddressableAssetSettings, bool)
Returns the Addressable group for the asset.
Declaration
protected virtual AddressableAssetGroup GetGroup(IList<LocaleIdentifier> locales, Object asset, AddressableAssetSettings aaSettings, bool createUndo)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<LocaleIdentifier> | locales | The locales that depend on the asset. |
| Object | asset | The asset that is to be added to an Addressable group. |
| AddressableAssetSettings | aaSettings | The Addressable asset settings. |
| bool | createUndo | Should an Undo record be created if changes are made? |
Returns
| Type | Description |
|---|---|
| AddressableAssetGroup |