EntropyCanvas::AssetInfo
EntropyCanvas::AssetInfo
Section titled “EntropyCanvas::AssetInfo”Metadata for an asset in the catalog. More…
#include <AssetTypes.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | uri |
| uint64_t | sizeBytes |
| Hash256 | plaintextHash |
| bool | persistent |
| AssetMetadataVariant | metadata |
| AssetId | id |
| bool | encrypted |
| ContentType | contentType |
| std::string | appId |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::AssetInfo;Metadata for an asset in the catalog.
AssetInfo describes an asset registered with CanvasEngine’s catalog. It includes identification, location, type, and encryption status.
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable uri
Section titled “variable uri”std::string uri;variable sizeBytes
Section titled “variable sizeBytes”uint64_t sizeBytes = 0;variable plaintextHash
Section titled “variable plaintextHash”Hash256 plaintextHash {};variable persistent
Section titled “variable persistent”bool persistent = false;variable metadata
Section titled “variable metadata”AssetMetadataVariant metadata;variable id
Section titled “variable id”AssetId id;variable encrypted
Section titled “variable encrypted”bool encrypted = false;variable contentType
Section titled “variable contentType”ContentType contentType = ContentType::Mesh;variable appId
Section titled “variable appId”std::string appId;Updated on 2026-01-26 at 17:14:35 -0500