Class ResourceLocationMap
Simple implementation of an IResourceLocator
Implements
Inherited Members
Namespace: UnityEngine .AddressableAssets .ResourceLocators
Assembly: Unity.Addressables.dll
Syntax
public class ResourceLocationMap : IResourceLocator
Constructors
Name | Description |
---|---|
Resource |
Construct a new ResourceLocationMap object with a list of locations. |
Resource |
Construct a new ResourceLocationMap object. |
Properties
Name | Description |
---|---|
All |
Enumeration of all locations for this locator. |
Keys | The keys available in this locator. |
Locations | Map of all locations for this locator. |
Locator |
Stores the resource locator id. |
Methods
Name | Description |
---|---|
Add(object, IList<IResource |
Add a list of locations. |
Add(object, IResource |
Add a new location. |
Locate(object, Type, out IList<IResource |
Locate all of the locations that match the given key. |