![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Configuration loaded from BT_config.json. More...
#include <BehaviorTreeDebugWindow.h>
Classes | |
| struct | Color |
Public Attributes | |
| bool | defaultHorizontal = true |
| float | gridSize = 16.0f |
| bool | gridSnappingEnabled = true |
| float | horizontalSpacing = 280.0f |
| float | verticalSpacing = 120.0f |
| float | pinRadius = 6.0f |
| float | pinOutlineThickness = 2.0f |
| float | bezierTangent = 80.0f |
| float | connectionThickness = 2.0f |
| std::map< std::string, std::map< std::string, Color > > | nodeColors |
Configuration loaded from BT_config.json.
Definition at line 62 of file BehaviorTreeDebugWindow.h.
| float Olympe::BTConfig::bezierTangent = 80.0f |
Definition at line 74 of file BehaviorTreeDebugWindow.h.
| float Olympe::BTConfig::connectionThickness = 2.0f |
Definition at line 75 of file BehaviorTreeDebugWindow.h.
Definition at line 65 of file BehaviorTreeDebugWindow.h.
| float Olympe::BTConfig::gridSize = 16.0f |
Definition at line 66 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::RenderInSeparateWindow().
Definition at line 67 of file BehaviorTreeDebugWindow.h.
Referenced by Olympe::BehaviorTreeDebugWindow::RenderInSeparateWindow().
| float Olympe::BTConfig::horizontalSpacing = 280.0f |
Definition at line 68 of file BehaviorTreeDebugWindow.h.
| std::map<std::string, std::map<std::string, Color> > Olympe::BTConfig::nodeColors |
Definition at line 80 of file BehaviorTreeDebugWindow.h.
| float Olympe::BTConfig::pinOutlineThickness = 2.0f |
Definition at line 73 of file BehaviorTreeDebugWindow.h.
| float Olympe::BTConfig::pinRadius = 6.0f |
Definition at line 72 of file BehaviorTreeDebugWindow.h.
| float Olympe::BTConfig::verticalSpacing = 120.0f |
Definition at line 69 of file BehaviorTreeDebugWindow.h.