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

    Class ContentCatalogDataEntry

    Inheritance
    System.Object
    ContentCatalogDataEntry
    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 ContentCatalogDataEntry

    Constructors

    ContentCatalogDataEntry(String, String, IEnumerable<Object>, IEnumerable<Object>, Object)

    Declaration
    public ContentCatalogDataEntry(string internalId, string provider, IEnumerable<object> keys, IEnumerable<object> deps, object extraData)
    Parameters
    Type Name Description
    System.String internalId
    System.String provider
    System.Collections.Generic.IEnumerable<System.Object> keys
    System.Collections.Generic.IEnumerable<System.Object> deps
    System.Object extraData

    ContentCatalogDataEntry(String, String, String, Type, HashSet<String>, IEnumerable<Object>, Object)

    Declaration
    public ContentCatalogDataEntry(string address, string guid, string internalId, Type provider, HashSet<string> labels = null, IEnumerable<object> deps = null, object extraData = null)
    Parameters
    Type Name Description
    System.String address
    System.String guid
    System.String internalId
    System.Type provider
    HashSet<System.String> labels
    System.Collections.Generic.IEnumerable<System.Object> deps
    System.Object extraData

    Properties

    Data

    Declaration
    public object Data { get; set; }
    Property Value
    Type Description
    System.Object

    Dependencies

    Declaration
    public List<object> Dependencies { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>

    InternalId

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

    Keys

    Declaration
    public List<object> Keys { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>

    Provider

    Declaration
    public string Provider { get; }
    Property 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