{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Enum Addressables.MergeMode | Addressables | 1.21.17
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    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]
    네임스페이스: UnityEngine.AddressableAssets
    어셈블리: solution.dll
    구문
    public enum Addressables.MergeMode

    필드

    이름 설명
    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)