3#include <libultraship/libultraship.h>
9 using Ship::GuiWindow::GuiWindow;
12 const std::unordered_map<std::string, std::string>
SpawnLabels {
15 {
"Behaviour",
"Behaviour"},
17 {
"Location",
"Location"},
18 {
"Rotation",
"Rotation"},
20 {
"Velocity",
"Velocity"},
21 {
"PatrolStart",
"Patrol Start"},
22 {
"PatrolEnd",
"Patrol End"},
23 {
"PathSpan",
"Path Span"},
24 {
"PrimAlpha",
"PrimAlpha"},
25 {
"BoundingBoxSize",
"Bounding Box Size"},
27 {
"LeftExitSpan",
"Left Exit Span"},
28 {
"TriggerSpan",
"Trigger Span"},
29 {
"RightExitSpan",
"Right Exit Span"},
30 {
"PathIndex",
"Path Index"},
31 {
"PathPoint",
"Path Point"},
Definition Properties.h:7
void InitElement() override
Definition Properties.h:37
void DrawElement() override
Definition Properties.cpp:32
void UpdateElement() override
Definition Properties.h:39
const std::unordered_map< std::string, std::string > SpawnLabels
Definition Properties.h:12
~PropertiesWindow()
Definition Properties.cpp:28
Definition Collision.cpp:17