Module bevy_ecs::bundle

source ·
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