LeviLamina
Loading...
Searching...
No Matches
PrimitiveType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::RenderHelper {
6
7
enum class
PrimitiveType :
int
{
8
Text = 0,
9
Box = 1,
10
Line = 2,
11
LineList = 3,
12
Disc = 4,
13
AxialSphere = 5,
14
};
15
16
}
src
mc
editor
services
render_helper
PrimitiveType.h
Generated on Sat Apr 26 2025 05:55:33 for LeviLamina by
1.12.0