Classes | |
| class | AnimationSystem |
| Update entity animations. More... | |
| class | PhysicsSystem |
| Update entities with a rigid body component. More... | |
| class | RenderSystem |
| Processess entities with a renderable component. More... | |
| class | ScriptSystem |
| Update entities with a script component. More... | |
Functions | |
| template<typename GC> | |
| void | add_cmd (entt::registry ®istry) |
| template<typename... GC> | |
| void | handle_renderables (entt::registry ®istry) |
| void galaxy::systems::add_cmd | ( | entt::registry & | registry | ) |
| void galaxy::systems::handle_renderables | ( | entt::registry & | registry | ) |
Definition at line 92 of file RenderSystem.cpp.