Crate conniecs

Source
Expand description

TODO: Add documentation including describing how the derive macros work

Re-exports§

pub use crate::aspect::Aspect;
pub use crate::component::ComponentList;
pub use crate::component::ComponentManager;
pub use crate::entity::BuildData;
pub use crate::entity::EditData;
pub use crate::entity::EntityData;
pub use crate::entity::ModifyData;
pub use crate::entity::Entity;
pub use crate::entity::EntityIter;
pub use crate::entity::IndexedEntity;
pub use crate::services::ServiceManager;
pub use crate::system::EntitySystem;
pub use crate::system::InteractSystem;
pub use crate::system::IntervalSystem;
pub use crate::system::LazySystem;
pub use crate::system::Process;
pub use crate::system::System;
pub use crate::system::SystemManager;
pub use crate::world::DataHelper;
pub use crate::world::World;

Modules§

aspect
TODO: Add documentation including describing how the derive macros work
component
TODO: Add documentation including describing how the derive macros work
entity
TODO: Add documentation including describing how the derive macros work
services
TODO: Add documentation including describing how the derive macros work
system
TODO: Add documentation including describing how the derive macros work
world
TODO: Add documentation including describing how the derive macros work

Derive Macros§

Aspect
ComponentManager
ServiceManager
System
SystemManager