Module rfw::ecs::component[][src]

Structs

Enums

Traits

A component is data associated with an Entity. Each entity can have multiple different types of components, but only one of them per type.