PipelineImpl

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun addSystem(system: System)

Adds a system to the engine, which will be ticked appropriately by the engine.

Link copied to clipboard
open override fun addSystems(vararg systems: System)
Link copied to clipboard

Gets all registered systems in the order they should be executed during an engine tick.

Link copied to clipboard
open override fun intercept(phase: GearyPhase, block: () -> Unit)
Link copied to clipboard
open override fun interceptSystemAddition(run: (System) -> System?)
Link copied to clipboard
open override fun runStartupTasks()