LeviLamina
Loading...
Searching...
No Matches
WidgetComponentType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::Widgets {
6
7enum class WidgetComponentType : int {
8 Entity = 0,
9 Text = 1,
10 Gizmo = 2,
11 GuideSensor = 3,
12 Spline = 4,
13 RenderPrim = 5,
14 Clipboard = 6,
15 BoundingBox = 7,
16 VolumeOutline = 8,
17};
18
19}
Definition BoundingBox.h:13
Definition Spline.h:6