![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <BehaviorTreeDebugWindow.h>
Public Attributes | |
| uint8_t | r |
| uint8_t | g |
| uint8_t | b |
| uint8_t | a |
Definition at line 79 of file BehaviorTreeDebugWindow.h.
| uint8_t Olympe::BTConfig::Color::a |
Definition at line 79 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::LoadBTConfig().
| uint8_t Olympe::BTConfig::Color::b |
Definition at line 79 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::LoadBTConfig().
| uint8_t Olympe::BTConfig::Color::g |
Definition at line 79 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::LoadBTConfig().
| uint8_t Olympe::BTConfig::Color::r |
Definition at line 79 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::LoadBTConfig().