#include "components/core/world/world.h"
#include <vector>
#include <string>
Go to the source code of this file.
|
| Blam |
| Namespace surrounding all major engine components.
|
|
| Blam::DebugUI |
| Namespace containing things relating to ImGUI, and the ImGUI draw list.
|
|
| Blam::DebugUI::Windows |
| Legacy namespace to contain data for the legacy ImGUI console.
|
|
| Blam::UI |
| Namespace containing functions relating to the Blamite UI system.
|
|
|
enum | BlamWidgetAnchor {
BlamWidgetAnchor::TopCenter,
BlamWidgetAnchor::Center,
BlamWidgetAnchor::BottomCenter,
BlamWidgetAnchor::TopLeft,
BlamWidgetAnchor::CenterLeft,
BlamWidgetAnchor::BottomLeft,
BlamWidgetAnchor::TopRight,
BlamWidgetAnchor::CenterRight,
BlamWidgetAnchor::BottomRight,
BlamWidgetAnchor::TopFill,
BlamWidgetAnchor::LeftFill,
BlamWidgetAnchor::RightFill,
BlamWidgetAnchor::BottomFill,
BlamWidgetAnchor::Fill
} |
|
enum | BlamWidgetType { BlamWidgetType::Basic_Rectangle,
BlamWidgetType::Basic_Ellipse,
BlamWidgetType::Group,
BlamWidgetType::Unspecified
} |
|
◆ BLAM
◆ BlamWidgetAnchor
Enumerator |
---|
TopCenter | |
Center | |
BottomCenter | |
TopLeft | |
CenterLeft | |
BottomLeft | |
TopRight | |
CenterRight | |
BottomRight | |
TopFill | |
LeftFill | |
RightFill | |
BottomFill | |
Fill | |
◆ BlamWidgetType
Enumerator |
---|
Basic_Rectangle | |
Basic_Ellipse | |
Group | |
Unspecified | |