Package-level declarations

Types

Link copied to clipboard
data class Archetype(val type: EntityType, val id: Int)

Archetypes store a list of entities with the same EntityType, and provide functions to quickly move them between archetypes.

Link copied to clipboard
open class ArchetypeEngine(val tickDuration: Duration) : TickingEngine

The default implementation of Geary's Engine.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard