geary
0.22.11
common
geary-core
/
com.mineinabyss.geary.engine
/
TickingEngine
Ticking
Engine
abstract
class
TickingEngine
:
Engine
Inheritors
ArchetypeEngine
Members
Constructors
Ticking
Engine
Link copied to clipboard
constructor
(
)
Functions
schedule
System
Ticking
Link copied to clipboard
abstract
fun
scheduleSystemTicking
(
)
start
Link copied to clipboard
open
fun
start
(
)
:
Boolean
tick
Link copied to clipboard
abstract
suspend
fun
tick
(
currentTick
:
Long
)
Ticks the entire engine. Implementations may call at different speeds.
Properties
coroutine
Context
Link copied to clipboard
abstract
val
coroutineContext
:
CoroutineContext
tick
Duration
Link copied to clipboard
abstract
val
tickDuration
:
Duration