dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
EntityManager
dagon
graphics
entity
Undocumented in source.
class
EntityManager : Owner {
Array
!
Entity
entities
;
this
(Owner owner);
void
addEntity
(Entity e);
~this
();
}
Constructors
this
this
(Owner owner)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
addEntity
void
addEntity
(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
entities
Array
!
Entity
entities
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
entity
classes
Entity
EntityComponent
EntityManager
enums
EntityLayer
EntityType
functions
matrixScale
interfaces
EntityGroup