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};
16
17}