Class AddressableAssetEntryCollection
Contains a list of AddressableAssetEntries that can be included in the settings. The purpose of this class is to provide a way of combining entries from external sources such as packages into your project settings.
Namespace: UnityEditor.AddressableAssets.Settings
Syntax
public class AddressableAssetEntryCollection : ScriptableObject
Properties
Entries
The collection of entries.
Declaration
public List<AddressableAssetEntry> Entries { get; }
Property Value
Type | Description |
---|---|
List<AddressableAssetEntry> |