Module evenio::component

source ·
Expand description

Types for working with Components.

Structs§

  • An event sent immediately after a new component is added to the world. Contains the ID of the added component.
  • Data needed to create a new component.
  • Lightweight identifier for a component type.
  • A ComponentId with the generation count stripped out.
  • Metadata for a component.
  • Contains metadata for all the components in a world.
  • An event sent immediately before a component is removed from the world. Contains the ID of the component to be removed.

Traits§

Derive Macros§

  • Derive macro for Component. See Component’s documentation for more information.