Package-level declarations

Types

Link copied to clipboard
value class ClassToComponentMap(val map: MutableMap<KClass<*>, Long> = mutableMapOf())
Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
typealias Long2ObjectMap<T> = Map<Long, T>
Link copied to clipboard
interface TypeMap