Antkeeper
0.0.1
|
#include <behavior-system.hpp>
Public Member Functions | |
behavior_system (entity::registry ®istry) | |
virtual void | update (float t, float dt) |
Perform's a system's update() function. More... | |
![]() | |
updatable_system (entity::registry ®istry) | |
Creates an updatable system. More... | |
Additional Inherited Members | |
![]() | |
entity::registry & | registry |
Registry on which the system operate. More... | |
Definition at line 25 of file behavior-system.hpp.
|
explicit |
Definition at line 25 of file behavior-system.cpp.
|
virtual |
Perform's a system's update() function.
t | Total elapsed time, in seconds. |
dt | Delta time, in seconds. |
Implements updatable_system.
Definition at line 29 of file behavior-system.cpp.