![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
RGBA color value (0-255 range) More...
#include <BehaviorTreeDebugWindow.h>
Public Attributes | |
| uint8_t | r = 255 |
| uint8_t | g = 255 |
| uint8_t | b = 255 |
| uint8_t | a = 255 |
RGBA color value (0-255 range)
Definition at line 87 of file BehaviorTreeDebugWindow.h.
| uint8_t Olympe::BTColor::a = 255 |
Definition at line 92 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::GetNodeColorByStatus(), and Olympe::BehaviorTreeDebugWindow::LoadBTConfig().
| uint8_t Olympe::BTColor::b = 255 |
Definition at line 91 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::GetNodeColorByStatus(), and Olympe::BehaviorTreeDebugWindow::LoadBTConfig().
| uint8_t Olympe::BTColor::g = 255 |
Definition at line 90 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::GetNodeColorByStatus(), and Olympe::BehaviorTreeDebugWindow::LoadBTConfig().
| uint8_t Olympe::BTColor::r = 255 |
Definition at line 89 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::GetNodeColorByStatus(), and Olympe::BehaviorTreeDebugWindow::LoadBTConfig().