Interface IResourceLocator
Namespace: UnityEngine.AddressableAssets
Syntax
public interface IResourceLocator
Methods
Locate(Object, out IList<IResourceLocation>)
Declaration
bool Locate(object key, out IList<IResourceLocation> locations)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | key | |
| System.Collections.Generic.IList<IResourceLocation> | locations |
Returns
| Type | Description |
|---|---|
| System.Boolean |