|
|
void | init () |
| |
| void | update (float deltaTime) |
| |
|
std::string | GetComponentName () |
| |
|
void | showGUI (std::vector< BaseComponent * > otherComponents={}) |
| |
|
void | clearOutput () |
| |
| void | runScript () |
| |
|
void | runUpdateScript (float deltaTime) |
| |
|
void | init () |
| |
| void | update (float deltaTime) |
| |
|
std::string | GetComponentName () |
| |
|
void | showGUI (std::vector< BaseComponent * > otherComponents={}) |
| |
|
void | clearOutput () |
| |
| void | runScript () |
| |
|
void | runUpdateScript (float deltaTime) |
| |
|
|
float | intervalSec = 1.0f |
| |
|
double | lastExecTime = 0.0 |
| |
|
bool | useInterval = false |
| |
|
bool | updatePaused = true |
| |
|
bool | inputActive = false |
| |
|
bool | readyToClear = false |
| |
|
bool | readyToExecute = false |
| |
◆ runScript() [1/2]
| void PythonCodeComponent::runScript |
( |
| ) |
|
|
inline |
safe_putenv("PYTHONHOME=C:\\Users\\lefte\\AppData\\Local\\Programs\\Python\\Python313");
◆ runScript() [2/2]
| void PythonCodeComponent::runScript |
( |
| ) |
|
|
inline |
safe_putenv("PYTHONHOME=C:\\Users\\lefte\\AppData\\Local\\Programs\\Python\\Python313");
◆ update() [1/2]
| void PythonCodeComponent::update |
( |
float |
deltaTime | ) |
|
|
inline |
◆ update() [2/2]
| void PythonCodeComponent::update |
( |
float |
deltaTime | ) |
|
|
inline |
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/PythonCodeComponent.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraphEngine/src/GECS/Components/PythonCodeComponent.h