Class ResourceLocationData | Package Manager UI website
docs.unity.cn
    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 © 2015-2018 Unity
    Generated by DocFX