Module assets

Source

Modules§

error
lz4
lz4
manager
parking_lot
This library provides implementations of Mutex, RwLock, Condvar and Once that are smaller, faster and more flexible than those in the Rust standard library. It also provides a ReentrantMutex type.
prelude
resources
ron
Rusty Object Notation
save_load
scene
ser_component
tar
A library for reading and writing TAR archives
typetag
githubcrates-iodocs-rs

Macros§

entity
Macro for easy SerializableEntity creation. Often used along with scene! macro during Scene creating
impl_save_load
Macro that is used to create custom SaveLoaders, that are capable of saving and loading individual serializable components from the World, scene’s [PhysicsHandler] and AssetManager
impl_ser_component
Macro for implementing SerializableComponent trait for multiple types, that implement Clone trait; for using in [Scene]’s. Use to avoid boilerplate
scene
Macro for easy Scene creation. entities can be created with entity! macro or manually:

Structs§

AssetHandle