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, Boolean, ResourceLocationData.LocationType, Int64, String, String[])

    Declaration
    public ResourceLocationData(string address, string guid, string id, Type provider, bool isLoadable, ResourceLocationData.LocationType locationType = ResourceLocationData.LocationType.String, long labels = 0L, string objectType = "", string[] dependencies = null)
    Parameters
    Type Name Description
    System.String address
    System.String guid
    System.String id
    Type provider
    System.Boolean isLoadable
    ResourceLocationData.LocationType locationType
    System.Int64 labels
    System.String objectType
    System.String[] dependencies

    Fields

    m_address

    TODO - doc

    Declaration
    public string m_address
    Field Value
    Type Description
    System.String

    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_isLoadable

    TODO - doc

    Declaration
    public bool m_isLoadable
    Field Value
    Type Description
    System.Boolean

    m_labelMask

    TODO - doc

    Declaration
    public long m_labelMask
    Field Value
    Type Description
    System.Int64

    m_provider

    TODO - doc

    Declaration
    public string m_provider
    Field Value
    Type Description
    System.String

    m_type

    TODO - doc

    Declaration
    public ResourceLocationData.LocationType m_type
    Field Value
    Type Description
    ResourceLocationData.LocationType

    m_typeName

    TODO - doc

    Declaration
    public string m_typeName
    Field Value
    Type Description
    System.String
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX