Class AddressableAssetEntryCollection | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    AddressableAssetEntryCollection
    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
    System.Collections.Generic.List<AddressableAssetEntry>
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX