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. |