Class LegacyResourcesLocator
Simple locator that acts as a passthrough for assets loaded from resources directories.
상속된 멤버
네임스페이스: UnityEngine.AddressableAssets.ResourceLocators
어셈블리: solution.dll
구문
public class LegacyResourcesLocator : IResourceLocator
프로퍼티
이름 | 설명 |
---|---|
Keys | The keys available in this locator. |
LocatorId | Id of locator. |
메서드
이름 | 설명 |
---|---|
Locate(object, Type, out IList<IResourceLocation>) | The key is converted to a string and used as the internal id of the location added to the locations parameter. |