|
VisuTwin Canvas
C++ 3D Engine — Metal Backend
|
#include <framework/components/screen/screenComponentSystem.h>
Public Member Functions | |
| ScreenComponentSystem (Engine *engine) | |
| Public Member Functions inherited from visutwin::canvas::ComponentSystem< ScreenComponent, ScreenComponentData > | |
| std::unique_ptr< Component > | addComponent (Entity *entity) override |
| ComponentSystem (Engine *engine, const std::string &id) | |
| const std::type_info & | componentType () const override |
| Public Member Functions inherited from visutwin::canvas::IComponentSystem | |
| Engine * | engine () const |
| IComponentSystem (Engine *engine, const std::string &id) | |
| const std::string & | id () const |
| virtual | ~IComponentSystem ()=default |
Additional Inherited Members | |
| Protected Attributes inherited from visutwin::canvas::IComponentSystem | |
| Engine * | _engine |
| std::string | _id |
Definition at line 11 of file screenComponentSystem.h.
|
inline |
Definition at line 14 of file screenComponentSystem.h.
References visutwin::canvas::ComponentSystem< ScreenComponent, ScreenComponentData >::ComponentSystem(), and visutwin::canvas::IComponentSystem::engine().