|
void | init () override |
|
void | update (float deltaTime) override |
|
void | draw (size_t v_index, LineRenderer &batch, TazGraphEngine::Window &window) |
|
void | drawWithPorts (size_t v_index, LineRenderer &batch, TazGraphEngine::Window &window) |
|
void | setSrcColor (Color clr) |
|
void | setDestColor (Color clr) |
|
void | SetFlashAnimation (int idX, int idY, size_t fr, float sp, const Animation::animType type, const std::vector< float > &flashTimes, Color flashC, int reps=0) |
|
void | setFlashFrame () |
|
std::string | GetComponentName () override |
|
void | showGUI () override |
|
virtual void | draw (size_t e_index, PlaneModelRenderer &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) |
|
|
std::string | temp_lineParsed = "" |
|
Color | default_src_color = { 255, 255, 255, 255 } |
|
Color | src_color = { 255, 255, 255, 255 } |
|
Color | default_dest_color = { 255, 255, 255, 255 } |
|
Color | dest_color = { 255, 255, 255, 255 } |
|
FlashAnimation | flash_animation |
|
LinkEntity * | entity = nullptr |
|
ComponentID | id = 0u |
|
◆ draw()
◆ GetComponentName()
std::string Line_w_Color::GetComponentName |
( |
| ) |
|
|
inlineoverridevirtual |
◆ init()
void Line_w_Color::init |
( |
| ) |
|
|
inlineoverridevirtual |
◆ showGUI()
void Line_w_Color::showGUI |
( |
| ) |
|
|
inlineoverridevirtual |
◆ update()
void Line_w_Color::update |
( |
float |
deltaTime | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraphEngine/GECS/Components/Link/Basic/Line_w_Color.h