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

    Class ResourceLocationData

    TODO - doc

    Inheritance
    System.Object
    ResourceLocationData
    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.AddressableAssets
    Syntax
    public class ResourceLocationData

    Constructors

    ResourceLocationData(String, String, String, Type, IEnumerable<String>, String[], Object)

    Declaration
    public ResourceLocationData(string address, string guid, string id, Type provider, IEnumerable<string> labels = null, string[] dependencies = null, object data = null)
    Parameters
    Type Name Description
    System.String address
    System.String guid
    System.String id
    Type provider
    System.Collections.Generic.IEnumerable<System.String> labels
    System.String[] dependencies
    System.Object data

    Fields

    m_address

    TODO - doc

    Declaration
    public string m_address
    Field Value
    Type Description
    System.String

    m_data

    TODO - doc

    Declaration
    public object m_data
    Field Value
    Type Description
    System.Object

    m_dependencies

    TODO - doc

    Declaration
    public string[] m_dependencies
    Field Value
    Type Description
    System.String[]

    m_guid

    TODO - doc

    Declaration
    public string m_guid
    Field Value
    Type Description
    System.String

    m_internalId

    TODO - doc

    Declaration
    public string m_internalId
    Field Value
    Type Description
    System.String

    m_labels

    Declaration
    public IEnumerable<string> m_labels
    Field Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    m_provider

    TODO - doc

    Declaration
    public string m_provider
    Field Value
    Type Description
    System.String
    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