Module bevy_internal::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.
  • The parts from Bundle that don’t require statically knowing the components of the bundle.

Derive Macros§