Expand description
Structs
- Metadata for bundles. Stores a
BundleInfo
for each type ofBundle
in a given world.
Traits
- The
Bundle
trait enables insertion and removal ofComponent
s from an entity. - The parts from
Bundle
that don’t require statically knowing the components of the bundle.