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

    Enum Addressables.MergeMode

    Options for merging the results of requests. If keys (A, B) mapped to results ([1,2,4],[3,4,5])...

    • UseFirst (or None) takes the results from the first key -- [1,2,4]
    • Union takes results of each key and collects items that matched any key. -- [1,2,3,4,5]
    • Intersection takes results of each key, and collects items that matched every key. -- [4]
    Namespace: UnityEngine.AddressableAssets
    Syntax
    public enum MergeMode

    Fields

    Name Description Value
    Intersection

    Use to indicate that the merge should take the intersection of the results.

    None

    Use to indicate that no merge should occur. The first set of results will be used.

    Union

    Use to indicate that the merge should take the union of the results.

    UseFirst

    Use to indicate that the merge should take the first set of results.

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