VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
visutwin::canvas::CameraComponentSystem Class Reference

#include <framework/components/camera/cameraComponentSystem.h>

Inheritance diagram for visutwin::canvas::CameraComponentSystem:
[legend]

Public Member Functions

 CameraComponentSystem (Engine *engine)
Public Member Functions inherited from visutwin::canvas::ComponentSystem< CameraComponent, CameraComponentData >
std::unique_ptr< ComponentaddComponent (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
Engineengine () const
 IComponentSystem (Engine *engine, const std::string &id)
const std::string & id () const
virtual ~IComponentSystem ()=default

Protected Member Functions

void initializeComponentData (CameraComponentSystem &component)

Additional Inherited Members

Protected Attributes inherited from visutwin::canvas::IComponentSystem
Engine_engine
std::string _id

Detailed Description

Definition at line 16 of file cameraComponentSystem.h.

Constructor & Destructor Documentation

◆ CameraComponentSystem()

visutwin::canvas::CameraComponentSystem::CameraComponentSystem ( Engine * engine)
inline

Member Function Documentation

◆ initializeComponentData()

void visutwin::canvas::CameraComponentSystem::initializeComponentData ( CameraComponentSystem & component)
protected

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