Skip to main content

Module protocol

Module protocol 

Source

Structs§

AssetTreeProcessor
AssetTreeProcessor is a processor for components that implement the AssetTree trait. It allows deserializing and serializing assets, as well as processing them with dependencies based on what their asset_dependencies method reports.
NoDeps
A wrapper type for components that do not have any asset dependencies.

Traits§

AssetTree
Defines a trait for components that can have asset dependencies.