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 |