mango-engine ~master (2022-05-25T06:46:15.4074277)
Dub
Repo
TickEvent
mango_engine
event
core
Event that is fired each tick.
class
TickEvent :
Event
{
immutable
ulong
currentTick
;
this
(ulong currentTick);
}
Constructors
this
this
(ulong currentTick)
Undocumented in source.
Members
Variables
currentTick
ulong
currentTick
;
The current tick the GameManager is on.
Meta
Source
See Implementation
mango_engine
event
core
aliases
HookDelegate
classes
EngineCleanupEvent
Event
EventManager
GameManagerStartEvent
TickEvent
structs
EventHook
Event that is fired each tick.