logo

Module bevy::ecs

source · []
Expand description

Bevy’s entity-component-system.

Modules

Types for defining Archetypes, collections of entities that have the same set of components.

Types for handling Bundles.

Types that detect when their internal data mutate.

Types for declaring and storing Components.

Entity handling types.

Event handling types.

Most commonly used re-exported types.

Types that enable reflection support.

Tools for controlling system execution.

Storage layouts for ECS data.

Tools for controlling behavior in an ECS application.

Macros