Interface IResourceLocator | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX