Re-exports§
pub use ron;pub use tar;pub use lz4;pub use typetag;pub use parking_lot;
Modules§
Macros§
- entity
- Macro for easy
SerializableEntitycreation. Often used along withscene!macro duringScenecreating - impl_
save_ load - Macro that is used to create custom
SaveLoaders, that are capable of saving and loading individual serializable components from theWorld, scene’s [PhysicsHandler] andAssetManager - impl_
ser_ component - Macro for implementing
SerializableComponenttrait for multiple types, that implementClonetrait; for using in [Scene]’s. Use to avoid boilerplate - scene
- Macro for easy
Scenecreation.entitiescan be created withentity!macro or manually: