mango-engine v0.1.0 (2016-10-22T22:46:47Z)
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
;
Undocumented in source.
Meta
Source
See Implementation
mango_engine
event
core
aliases
HookDelegate
classes
EngineCleanupEvent
Event
EventManager
TickEvent
structs
EventHook
Event that is fired each tick.