Class ContentCatalogDataEntry
Contains serializable data for an IResourceLocation
Inherited Members
Namespace: UnityEngine.AddressableAssets.ResourceLocators
Assembly: Unity.Addressables.dll
Syntax
public class ContentCatalogDataEntry
Constructors
| Name | Description |
|---|---|
| ContentCatalogDataEntry(Type, string, string, IEnumerable<object>, IEnumerable<object>, object) | Creates a new ContentCatalogEntry object. |
Properties
| Name | Description |
|---|---|
| Data | Serializable data for the provider. |
| Dependencies | Dependency keys. |
| InternalId | Internl id. |
| Keys | Keys for this location. |
| Provider | IResourceProvider identifier. |
| ResourceType | The type of the resource for th location. |