My Project
Public Member Functions | List of all members
System::RectSystem Class Reference

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 &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) More...
 

Detailed Description

System that draws a part of all entities.

Member Function Documentation

◆ operator()()

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)

Parameters
registryregistry of the client
rectanglesThe sparse array of rectangle entities
timerThe sparse array of timer entities
assetsThe sparse array of assets entities
assetidThe sparse array of assetid entities

The documentation for this class was generated from the following files: