Class LegacyResourcesLocator
Simple locator that acts as a passthrough for assets loaded from resources directories.
Implements
Inherited Members
Namespace: UnityEngine.AddressableAssets.ResourceLocators
Assembly: Unity.Addressables.dll
Syntax
public class LegacyResourcesLocator : 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. |