voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
ProcessComponentsEvent
voxelman
entity
plugin
Undocumented in source.
struct
ProcessComponentsEvent {
float
deltaTime
;
Profiler
profiler
;
bool
continuePropagation
;
}
Members
Variables
continuePropagation
bool
continuePropagation
;
Undocumented in source.
deltaTime
float
deltaTime
;
Undocumented in source.
profiler
Profiler
profiler
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
entity
plugin
aliases
ComponentUnpacker
classes
EntityPluginClient
EntityPluginServer
mixin templates
EntityPluginClientImpl
EntityPluginCommon
EntityPluginServerImpl
structs
ComponentInfo
ComponentSyncPacket
EntityManager
ProcessComponentsEvent
SyncComponentsEvent