docs.unity.cn
    Show / Hide Table of Contents

    Interface IKeyEvaluator

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

    Namespace: UnityEngine.AddressableAssets
    Syntax
    public interface IKeyEvaluator

    Properties

    Name Description
    RuntimeKey

    The runtime key to use.

    Methods

    Name Description
    RuntimeKeyIsValid()

    Checks if the current RuntimeKey is valid.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use