Constructor ContentCatalogDataEntry
ContentCatalogDataEntry(Type, String, String, IEnumerable<Object>, IEnumerable<Object>, Object)
Creates a new ContentCatalogEntry object.
Declaration
public ContentCatalogDataEntry(Type type, string internalId, string provider, IEnumerable<object> keys, IEnumerable<object> dependencies = null, object extraData = null)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The entry type. |
String | internalId | The internal id. |
String | provider | The provider id. |
IEnumerable<Object> | keys | The collection of keys that can be used to retrieve this entry. |
IEnumerable<Object> | dependencies | Optional collection of keys for dependencies. |
Object | extraData | Optional additional data to be passed to the provider. For example, AssetBundleProviders use this for cache and crc data. |