{!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} Method LoadAssets | Addressables | 1.21.17
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    Method LoadAssets

    LoadAssets<TObject>(IList<IResourceLocation>, Action<TObject>)

    Load multiple assets

    선언
    [Obsolete]
    public static AsyncOperationHandle<IList<TObject>> LoadAssets<TObject>(IList<IResourceLocation> locations, Action<TObject> callback)
    파라미터
    타입 이름 설명
    IList<IResourceLocation> locations

    The locations of the assets.

    Action<TObject> callback

    Callback Action that is called per load operation.

    반환
    타입 설명
    AsyncOperationHandle<IList<TObject>>

    The operation handle for the request.

    타입 파라미터
    이름 설명
    TObject

    The type of the assets.

    LoadAssets<TObject>(IList<object>, Action<TObject>, MergeMode)

    Load multiple assets

    선언
    [Obsolete]
    public static AsyncOperationHandle<IList<TObject>> LoadAssets<TObject>(IList<object> keys, Action<TObject> callback, Addressables.MergeMode mode)
    파라미터
    타입 이름 설명
    IList<object> keys

    List of keys for the locations.

    Action<TObject> callback

    Callback Action that is called per load operation.

    Addressables.MergeMode mode

    Method for merging the results of key matches. See Addressables.MergeMode for specifics

    반환
    타입 설명
    AsyncOperationHandle<IList<TObject>>

    The operation handle for the request.

    타입 파라미터
    이름 설명
    TObject

    The type of the assets.

    LoadAssets<TObject>(object, Action<TObject>)

    Load mutliple assets See the Loading Addressable Assets documentation for more details.

    선언
    [Obsolete]
    public static AsyncOperationHandle<IList<TObject>> LoadAssets<TObject>(object key, Action<TObject> callback)
    파라미터
    타입 이름 설명
    object key

    Key for the locations.

    Action<TObject> callback

    Callback Action that is called per load operation.

    반환
    타입 설명
    AsyncOperationHandle<IList<TObject>>

    The operation handle for the request.

    타입 파라미터
    이름 설명
    TObject

    The type of the assets.

    문서 개요
    맨 위로
    Copyright © 2023 Unity Technologies — 상표 및 이용약관
    • 법률정보
    • 개인정보처리방침
    • 쿠키
    • 내 개인정보 판매 금지
    • Your Privacy Choices (Cookie Settings)