voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
ComponentInfo
voxelman
entity
plugin
Undocumented in source.
struct
ComponentInfo {
string
name
;
ComponentUnpacker
unpacker
;
TypeInfo
componentType
;
size_t
id
;
}
Members
Variables
componentType
TypeInfo
componentType
;
Undocumented in source.
id
size_t
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
unpacker
ComponentUnpacker
unpacker
;
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