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

    RuntimeKey

    The runtime key to use.

    Declaration
    object RuntimeKey { get; }
    Property Value
    Type Description
    Object

    Methods

    RuntimeKeyIsValid()

    Checks if the current RuntimeKey is valid.

    Declaration
    bool RuntimeKeyIsValid()
    Returns
    Type Description
    Boolean

    Whether the RuntimeKey is valid or not.

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use