Class LegacyResourcesLocator
Simple locator that acts as a passthrough for assets loaded from resources directories.
Namespace: UnityEngine.AddressableAssets.ResourceLocators
Syntax
public class LegacyResourcesLocator : object, IResourceLocator
Properties
Name | Description |
---|---|
Keys | The keys available in this locator. |
LocatorId | Id of locator. |
Methods
Name | Description |
---|---|
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. |