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.  |