Interface IResourceLocator
Interface used by the Addressables system to find the locations of a given key.
네임스페이스: UnityEngine.AddressableAssets.ResourceLocators
어셈블리: solution.dll
구문
public interface IResourceLocator
프로퍼티
이름 | 설명 |
---|---|
Keys | The keys defined by this locator. |
LocatorId | The id for this locator. |
메서드
이름 | 설명 |
---|---|
Locate(object, Type, out IList<IResourceLocation>) | Retrieve the locations from a specified key. |