Class ResourceLocationBase | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ResourceLocationBase

    Inheritance
    System.Object
    ResourceLocationBase
    Inherited Members
    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 ResourceLocationBase : IResourceLocation

    Constructors

    ResourceLocationBase(String, String, String, IResourceLocation[])

    Declaration
    public ResourceLocationBase(string name, string id, string providerId, params IResourceLocation[] dependencies)
    Parameters
    Type Name Description
    System.String name
    System.String id
    System.String providerId
    IResourceLocation[] dependencies

    Properties

    Dependencies

    Declaration
    public IList<IResourceLocation> Dependencies { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IResourceLocation>
    Implements
    IResourceLocation.Dependencies

    HasDependencies

    Declaration
    public bool HasDependencies { get; }
    Property Value
    Type Description
    System.Boolean
    Implements
    IResourceLocation.HasDependencies

    InternalId

    Declaration
    public string InternalId { get; }
    Property Value
    Type Description
    System.String
    Implements
    IResourceLocation.InternalId

    ProviderId

    Declaration
    public string ProviderId { get; }
    Property Value
    Type Description
    System.String
    Implements
    IResourceLocation.ProviderId

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023