Module bevy_ecs::component[][src]

Structs

ComponentDescriptor
ComponentId
ComponentInfo
ComponentTicks
Components
TypeInfo

Metadata required to store a component

Enums

ComponentsError
StorageType

Traits

Component

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