|
| void | init () override |
| |
| void | update (float deltaTime) override |
| |
| void | draw (size_t v_index, PlaneColorRenderer &batch, TazGraphEngine::Window &window) |
| |
|
void | addLink (EntityID linkId) |
| |
|
void | removeLink (EntityID link) |
| |
| std::string | GetComponentName () override |
| |
| void | showGUI (std::vector< BaseComponent * > otherComponents={}) override |
| |
| void | showGUI (std::vector< BaseComponent * > otherComponents, std::vector< Entity * > otherEntities) override |
| |
|
void | createInnerLinks () |
| |
|
void | removeInnerLinks () |
| |
| void | init () override |
| |
| void | update (float deltaTime) override |
| |
| void | draw (size_t v_index, PlaneColorRenderer &batch, TazGraphEngine::Window &window) |
| |
|
void | addLink (EntityID linkId) |
| |
|
void | removeLink (EntityID link) |
| |
| std::string | GetComponentName () override |
| |
| void | showGUI (std::vector< BaseComponent * > otherComponents={}) override |
| |
| void | showGUI (std::vector< BaseComponent * > otherComponents, std::vector< Entity * > otherEntities) override |
| |
|
void | createInnerLinks () |
| |
|
void | removeInnerLinks () |
| |
|
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, LightRenderer &batch, TazGraphEngine::Window &window) |
| |
|
|
std::vector< EntityID > | innerLinks |
| |
|
std::vector< EntityID > | pathLinks |
| |
|
float | width = 1.0f |
| |
|
float | last_width = 1.0f |
| |
|
TazColor | color = TazColor(0, 0, 0, 255) |
| |
|
TazColor | last_color = TazColor(0, 0, 0, 255) |
| |
|
TransformComponent * | transform = nullptr |
| |
|
Entity * | entity = nullptr |
| |
|
bool | modifyPosition = false |
| |
|
ComponentID | id = 0u |
| |
◆ draw() [1/2]
◆ draw() [2/2]
◆ GetComponentName() [1/2]
| std::string PathLinkerComponent::GetComponentName |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetComponentName() [2/2]
| std::string PathLinkerComponent::GetComponentName |
( |
| ) |
|
|
inlineoverridevirtual |
◆ init() [1/2]
| void PathLinkerComponent::init |
( |
| ) |
|
|
inlineoverridevirtual |
◆ init() [2/2]
| void PathLinkerComponent::init |
( |
| ) |
|
|
inlineoverridevirtual |
◆ showGUI() [1/4]
| void PathLinkerComponent::showGUI |
( |
std::vector< BaseComponent * > |
otherComponents, |
|
|
std::vector< Entity * > |
otherEntities |
|
) |
| |
|
inlineoverridevirtual |
◆ showGUI() [2/4]
| void PathLinkerComponent::showGUI |
( |
std::vector< BaseComponent * > |
otherComponents, |
|
|
std::vector< Entity * > |
otherEntities |
|
) |
| |
|
inlineoverridevirtual |
◆ showGUI() [3/4]
| void PathLinkerComponent::showGUI |
( |
std::vector< BaseComponent * > |
otherComponents = {} | ) |
|
|
inlineoverridevirtual |
◆ showGUI() [4/4]
| void PathLinkerComponent::showGUI |
( |
std::vector< BaseComponent * > |
otherComponents = {} | ) |
|
|
inlineoverridevirtual |
◆ update() [1/2]
| void PathLinkerComponent::update |
( |
float |
deltaTime | ) |
|
|
inlineoverridevirtual |
◆ update() [2/2]
| void PathLinkerComponent::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/Empty/Util/PathLinkerComponent.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraphEngine/src/GECS/Components/Empty/Util/PathLinkerComponent.h