Module component

Source

Structs§

ComponentBundle
Represents a collection of Components. Generally used in relation to an Entity (i.e. creating an Entity using the provided Components).

Traits§

Component
A Component is simply a bundle of data tied to an Entity.

Derive Macros§

Component