CompId2ArchetypeMap

Inlined class that acts as a map of components to archetypes. Uses archetype ids for better performance.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
operator fun contains(id: GearyComponentId): Boolean
Link copied to clipboard
operator fun get(id: GearyComponentId): Archetype?
Link copied to clipboard
operator fun set(id: GearyComponentId, archetype: Archetype)

Properties

Link copied to clipboard