Expand description
§Component
Components are data structures that are attached to entities in the ECS. They are used to store data that is associated with an entity.
Traits§
- Component
- A marker trait for types that can be used as components in the ECS.