Class LegacyResourcesLocator | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class LegacyResourcesLocator

    Inheritance
    System.Object
    LegacyResourcesLocator
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEngine.ResourceManagement
    Syntax
    public class LegacyResourcesLocator : IResourceLocator

    Methods

    Locate(Object, out IList<IResourceLocation>)

    Declaration
    public 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
    Implements
    IResourceLocator.Locate(Object, out IList<IResourceLocation>)
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX