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.
네임스페이스: UnityEngine.AddressableAssets
어셈블리: solution.dll
구문
public interface IKeyEvaluator
프로퍼티
이름 | 설명 |
---|---|
RuntimeKey | The runtime key to use. |
메서드
이름 | 설명 |
---|---|
RuntimeKeyIsValid() | Checks if the current RuntimeKey is valid. |