star-entity v1.0.0 (2014-06-30T19:36:55Z)
Home
Dub
Repo
ComponentEvent
star
entity
Undocumented in source.
mixin template
ComponentEvent (
C
) {
this
(Entity entity, C component);
Entity
entity
;
C
component
;
}
Constructors
this
this
(Entity entity, C component)
Undocumented in source.
Members
Variables
component
C
component
;
Undocumented in source.
entity
Entity
entity
;
Undocumented in source.
Meta
Source
See Implementation
star
entity
classes
Entity
EntityManager
mixin templates
ComponentEvent
EntityEvent
structs
ComponentAddedEvent
ComponentRemovedEvent
EntityCreatedEvent
EntityDestroyedEvent
ID