Re-exports§
pub use ron;
pub use tar;
pub use lz4;
pub use typetag;
pub use parking_lot;
Modules§
Macros§
- entity
- Macro for easy
SerializableEntity
creation. Often used along withscene!
macro duringScene
creating - impl_
save_ load - Macro that is used to create custom
SaveLoad
ers, that are capable of saving and loading individual serializable components from theWorld
, scene’s [PhysicsHandler
] andAssetManager
- impl_
ser_ component - Macro for implementing
SerializableComponent
trait for multiple types, that implementClone
trait; for using in [Scene
]’s. Use to avoid boilerplate - scene
- Macro for easy
Scene
creation.entities
can be created withentity!
macro or manually: