Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias GearySystem = System
Link copied to clipboard

Exposes a way to match against certain combinations of source/target/event entities present on a fired event.

Link copied to clipboard
abstract class RepeatingSystem(val interval: Duration = 50.milliseconds) : Query, System

A system for the ECS that will run every interval ticks.

Link copied to clipboard
interface System

An interface representing all types of systems that can be registered with the engine. Includes Listener and RepeatingSystem.