wheel ~master (2019-11-11T07:42:25Z)
Dub
Repo
Component
cat
wheel
ecs
Undocumented in source.
class
Component {
this
(ECSHandler handler, Entity e);
void
register
(void delegate(EventArgs) del, int event);
protected
Entity
entity
;
protected
ECSHandler
_handler
;
}
Constructors
this
this
(ECSHandler handler, Entity e)
Undocumented in source.
Members
Functions
register
void
register
(void delegate(EventArgs) del, int event)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_handler
ECSHandler
_handler
;
Undocumented in source.
entity
Entity
entity
;
Undocumented in source.
Meta
Source
See Implementation
cat
wheel
ecs
classes
Component
ECSHandler
Entity