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

    목차 표시/숨기기

    Namespace UnityEngine.AddressableAssets

    클래스

    Addressables

    Entry point for Addressable API, this provides a simpler interface than using ResourceManager directly as it assumes string address type.

    AssetLabelReference

    Reference to an asset label. This class can be used in scripts as a field and will use a CustomPropertyDrawer to provide a DropDown UI of available labels.

    AssetReference

    Reference to an addressable asset. This can be used in script to provide fields that can be easily set in the editor and loaded dynamically at runtime. To determine if the reference is set, use RuntimeKeyIsValid().

    AssetReferenceAtlasedSprite

    Assetreference that only allows atlassed sprites.

    AssetReferenceGameObject

    GameObject only asset reference.

    AssetReferenceSprite

    Sprite only asset reference.

    AssetReferenceT<TObject>

    Generic version of AssetReference class. This should not be used directly as CustomPropertyDrawers do not support generic types. Instead use the concrete derived classes such as AssetReferenceGameObject.

    AssetReferenceTexture

    Texture only asset reference.

    AssetReferenceTexture2D

    Texture2D only asset reference.

    AssetReferenceTexture3D

    Texture3D only asset reference

    InvalidKeyException

    Exception to encapsulate invalid key errors.

    PlatformMappingService

    Determines the Addressables build platform that should be used based on the target player build platform.

    ResourceLocatorInfo

    A container for data pertaining to a specific Resource Locator. Used mainly to determine if a content catalog needs to be updated.

    인터페이스

    IKeyEvaluator

    Interface for providing a key. This allows for objects passed into the Addressables system to provied a key instead of being used directly.

    열거형

    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]

    AddressablesPlatform

    Options for the Addressables build platform.

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