LeviLamina
Loading...
Searching...
No Matches
LinePrimitive.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/editor/services/render_helper/BasePrimitivePosition.h"
7
#include "mc/editor/services/render_helper/PrimitiveType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
AABB
;
12
class
Vec3
;
13
namespace
Editor::RenderHelper {
struct
Vertex; }
14
// clang-format on
15
16
namespace
Editor::RenderHelper {
17
18
class
LinePrimitive
:
public
::Editor::RenderHelper::BasePrimitivePosition
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<4, 12>
mUnk671061;
23
::ll::UntypedStorage<4, 16>
mUnkb21c81;
24
::ll::UntypedStorage<4, 32>
mUnk86361e;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
LinePrimitive
& operator=(
LinePrimitive
const
&);
30
LinePrimitive
(
LinePrimitive
const
&);
31
LinePrimitive
();
32
33
public
:
34
// virtual functions
35
// NOLINTBEGIN
36
// vIndex: 4
37
virtual
~LinePrimitive
()
/*override*/
=
default
;
38
39
// vIndex: 2
40
virtual
void
setPosition(
::Vec3
const
&)
/*override*/
;
41
42
// vIndex: 0
43
virtual ::Editor::RenderHelper::PrimitiveType getType()
const
/*override*/
;
44
45
// vIndex: 3
46
virtual
void
updateBoundingBox(
::Vec3
const
&,
::AABB
&)
const
/*override*/
;
47
48
// vIndex: 5
49
virtual
void
_rebuild()
/*override*/
;
50
51
// vIndex: 6
52
virtual
void
_getVertices(::std::vector<::Editor::RenderHelper::Vertex>&)
/*override*/
;
53
// NOLINTEND
54
55
public
:
56
// destructor thunk
57
// NOLINTBEGIN
58
59
// NOLINTEND
60
61
public
:
62
// virtual function thunks
63
// NOLINTBEGIN
64
65
// NOLINTEND
66
};
67
68
}
// namespace Editor::RenderHelper
AABB
Definition
AABB.h:16
Editor::RenderHelper::BasePrimitivePosition
Definition
BasePrimitivePosition.h:16
Editor::RenderHelper::LinePrimitive
Definition
LinePrimitive.h:18
Vec3
Definition
Vec3.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
client
editor
services
render_helper
LinePrimitive.h
Generated on Sat Apr 26 2025 05:55:21 for LeviLamina by
1.12.0