Interface IKeyEvaluator | Package Manager UI website
docs.unity3d.com
    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
    System.Object

    Methods

    RuntimeKeyIsValid()

    Checks if the current RuntimeKey is valid.

    Declaration
    bool RuntimeKeyIsValid()
    Returns
    Type Description
    System.Boolean

    Whether the RuntimeKey is valid or not.

    In This Article
    • Properties
      • RuntimeKey
    • Methods
      • RuntimeKeyIsValid()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023