artemisd ~master (2015-07-27T13:45:50Z)
Home
Dub
Repo
IntervalEntityProcessingSystem
artemisd
systems
intervalentityprocessingsystem
Undocumented in source.
abstract
class
IntervalEntityProcessingSystem :
IntervalEntitySystem
{
mixin
TypeDecl
;
this
(Aspect aspect, float interval);
void
process
(Entity e);
void
processEntities
(Bag!Entity entities);
bool
checkProcessing
();
}
Constructors
this
this
(Aspect aspect, float interval)
Undocumented in source.
Members
Functions
checkProcessing
bool
checkProcessing
()
Undocumented in source. Be warned that the author may not have intended to support it.
process
void
process
(Entity e)
Undocumented in source.
processEntities
void
processEntities
(Bag!Entity entities)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
TypeDecl
Undocumented in source.
Mixed In Members
From
mixin
TypeDecl
TypeNum
uint
TypeNum
;
Undocumented in source.
BaseType
enum
BaseType
;
Undocumented in source.
GetTypeId
uint
GetTypeId
()
Undocumented in source.
TypeId
uint
TypeId
;
Undocumented in source.
GetTypeId
uint
GetTypeId
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IntervalEntitySystem
__anonymous
mixin
TypeDecl
Undocumented in source.
checkProcessing
bool
checkProcessing
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
artemisd
systems
intervalentityprocessingsystem
classes
IntervalEntityProcessingSystem