docs.unity3d.com
    目次を表示する/隠す

    Method GatherAllAssets

    GatherAllAssets(List<AddressableAssetEntry>, Boolean, Boolean, Boolean, Func<AddressableAssetEntry, Boolean>)

    Gathers all asset entries. Each explicit entry may contain multiple sub entries. For example, addressable folders create entries for each asset contained within.

    Declaration
    public void GatherAllAssets(List<AddressableAssetEntry> assets, bool includeSelf, bool recurseAll, bool includeSubObjects, Func<AddressableAssetEntry, bool> entryFilter = null)
    Parameters
    Type Name Description
    List<AddressableAssetEntry> assets

    The generated list of entries. For simple entries, this will contain just the entry itself if specified.

    Boolean includeSelf

    Determines if the entry should be contained in the result list or just sub entries.

    Boolean recurseAll

    Determines if full recursion should be done when gathering entries.

    Boolean includeSubObjects

    Determines if sub objects such as sprites should be included.

    Func<AddressableAssetEntry, Boolean> entryFilter

    Optional predicate to run against each entry, only returning those that pass. A null filter will return all entries

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)