AssetStorageSnapshot

data class AssetStorageSnapshot(val assets: Map<Identifier<*>, Asset<*>>)

Stores a copy of state of an AssetStorage. For debugging purposes.

Constructors

Link copied to clipboard
constructor(assets: Map<Identifier<*>, Asset<*>>)

Properties

Link copied to clipboard
val assets: Map<Identifier<*>, Asset<*>>

Functions

Link copied to clipboard

Prints AssetStorage state for debugging. Lists registered assets with their dependencies and reference counts.