Crate zengine_ecs

Source

Modules§

event
Event handling types
query
Tools to retrieve entity and component from the World
system
Tools for controlling behavior in an ECS application

Structs§

Entity
Identifier of an entity
World
Stores and exposes operations on entities, components, resources

Traits§

Component
A data type that can be used to store data for an Entity
Resource
A data type that can be used to store resource in the World
UnsendableResource
A data type that can be used to store unsendable resource in the World