Module ambient_guest_bridge::ecs
source · Structs
- A component (piece of entity data). See entity::get_component and entity::set_component.
- An Entity is a collection of components and associated values.
- An identifier for an entity in the world.
Enums
Traits
- Implemented by all types that can be used as values in components.
- Implemented by all Components.