|
|
| InnerLink (EntityID first, EntityID second) |
| |
| void | init () override |
| |
| void | update (float deltaTime) override |
| |
| std::string | GetComponentName () override |
| |
| void | showGUI (std::vector< BaseComponent * > otherComponents={}) override |
| |
| void | showGUI (std::vector< BaseComponent * > otherComponents, std::vector< Entity * > otherEntities) override |
| |
|
| InnerLink (EntityID first, EntityID second) |
| |
| void | init () override |
| |
| void | update (float deltaTime) override |
| |
| std::string | GetComponentName () override |
| |
| void | showGUI (std::vector< BaseComponent * > otherComponents={}) override |
| |
| void | showGUI (std::vector< BaseComponent * > otherComponents, std::vector< Entity * > otherEntities) override |
| |
|
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) |
| |
|
|
EntityID | first_pathLink = 0 |
| |
|
EntityID | second_pathLink = 0 |
| |
|
LinkEntity * | entity = nullptr |
| |
|
bool | modifyPosition = false |
| |
|
ComponentID | id = 0u |
| |
◆ GetComponentName() [1/2]
| std::string InnerLink::GetComponentName |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetComponentName() [2/2]
| std::string InnerLink::GetComponentName |
( |
| ) |
|
|
inlineoverridevirtual |
◆ init() [1/2]
◆ init() [2/2]
◆ showGUI() [1/4]
| void InnerLink::showGUI |
( |
std::vector< BaseComponent * > |
otherComponents, |
|
|
std::vector< Entity * > |
otherEntities |
|
) |
| |
|
inlineoverridevirtual |
◆ showGUI() [2/4]
| void InnerLink::showGUI |
( |
std::vector< BaseComponent * > |
otherComponents, |
|
|
std::vector< Entity * > |
otherEntities |
|
) |
| |
|
inlineoverridevirtual |
◆ showGUI() [3/4]
| void InnerLink::showGUI |
( |
std::vector< BaseComponent * > |
otherComponents = {} | ) |
|
|
inlineoverridevirtual |
◆ showGUI() [4/4]
| void InnerLink::showGUI |
( |
std::vector< BaseComponent * > |
otherComponents = {} | ) |
|
|
inlineoverridevirtual |
◆ update() [1/2]
| void InnerLink::update |
( |
float |
deltaTime | ) |
|
|
inlineoverridevirtual |
◆ update() [2/2]
| void InnerLink::update |
( |
float |
deltaTime | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following files:
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/build/AppDir/TazGraphEngine/src/GECS/Components/Link/Basic/InnerLink.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraphEngine/src/GECS/Components/Link/Basic/InnerLink.h