mango-engine ~master (2016-12-01T15:09:30Z)
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.