Module bevy_ecs::component

source ·
Expand description

Types for declaring and storing Components.

Structs

A semi-opaque value which uniquely identifies the type of a Component within a World.
Records when a component was added and when it was last mutably dereferenced (or added).

Enums

The storage used for a specific component type.

Traits

A data type that can be used to store data for an entity.

Derive Macros