class EngineSystem
- EngineSystem
- ECS::System
- Reference
- Object
Defined in:
utils/basic_systems.crInstance Method Summary
-
#execute
Will be called on each ECS::Systems.execute call
-
#init
Will be called once during ECS::Systems.init call
Instance Method Detail
def execute
#
Description copied from class ECS::System
Will be called on each ECS::Systems.execute call
def init
#
Description copied from class ECS::System
Will be called once during ECS::Systems.init call