|
My Project
|
System that draws a part of all entities. More...
#include <RectSystem.hpp>
Public Member Functions | |
| RectSystem () | |
| Construct a new Rect System object. | |
| void | operator() (Registry ®istry, Sparse_array< component::crect_t > &rectangles, Sparse_array< component::ctimer_t > &timer, Sparse_array< component::casset_t > &assets, Sparse_array< component::cassetid_t > &assetid) |
| Function that will be automaticaly called while the client is working (on loop) More... | |
System that draws a part of all entities.
| void System::RectSystem::operator() | ( | Registry & | registry, |
| Sparse_array< component::crect_t > & | rectangles, | ||
| Sparse_array< component::ctimer_t > & | timer, | ||
| Sparse_array< component::casset_t > & | assets, | ||
| Sparse_array< component::cassetid_t > & | assetid | ||
| ) |
Function that will be automaticaly called while the client is working (on loop)
| registry | registry of the client |
| rectangles | The sparse array of rectangle entities |
| timer | The sparse array of timer entities |
| assets | The sparse array of assets entities |
| assetid | The sparse array of assetid entities |
1.8.17