Module gecs::entity

source ·
Expand description

Handles for accessing entity representations as component data.

Structs

  • A statically typed handle to an entity of a specific archetype.
  • A dynamically typed handle to an entity of some runtime archetype.
  • A statically typed, versioned raw entity index for accelerated lookup.
  • A dynamically typed, versioned raw entity index of some runtime archetype.

Type Definitions