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
Assembly: Unity.Addressables.dll
Syntax
public interface IKeyEvaluator
  Properties
| Name | Description | 
|---|---|
| RuntimeKey | The runtime key to use.  | 
      
Methods
| Name | Description | 
|---|---|
| RuntimeKeyIsValid() | Checks if the current RuntimeKey is valid.  |