Module bevy::ecs::bundle

Expand description

Types for handling Bundles.

This module contains the Bundle trait and some other helper types.

Structs

Traits

The Bundle trait enables insertion and removal of Components from an entity.

Derive Macros