Module evenio::world

source ·
Expand description

Defines the World and related APIs.

Structs§

  • Reference to a World where all methods take &self and aliasing rules are not checked. It is the caller’s responsibility to ensure that Rust’s aliasing rules are not violated.
  • A container for all data in the ECS. This includes entities, components, handlers, and events.