Expand description
Structs§
- Bundle
Id - For a specific
World
, this stores a unique value identifying a type of a registeredBundle
. - Bundle
Info - Stores metadata associated with a specific type of
Bundle
for a givenWorld
. - Bundles
- Metadata for bundles. Stores a
BundleInfo
for each type ofBundle
in a given world.
Traits§
- Bundle
- The
Bundle
trait enables insertion and removal ofComponent
s from an entity. - Dynamic
Bundle - The parts from
Bundle
that don’t require statically knowing the components of the bundle.