TazGraph Project v0.1.0
|
Public Member Functions | |
void | StartPolling (const std::string &file, float delayInSeconds) |
void | update (float deltaTime) override |
std::string | GetComponentName () override |
![]() | |
virtual void | init () |
virtual void | draw (size_t e_index, PlaneModelRenderer &batch, TazGraphEngine::Window &window) |
virtual void | draw (size_t e_index, LineRenderer &batch, TazGraphEngine::Window &window) |
virtual void | draw (size_t e_index, PlaneColorRenderer &batch, TazGraphEngine::Window &window) |
virtual void | draw (size_t e_index, LightRenderer &batch, TazGraphEngine::Window &window) |
virtual void | showGUI () |
Additional Inherited Members | |
![]() | |
NodeEntity * | entity = nullptr |
![]() | |
ComponentID | id = 0u |
|
inlineoverridevirtual |
Reimplemented from BaseComponent.
|
inlineoverridevirtual |
Reimplemented from BaseComponent.