LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetComponentRenderPrimType_Line.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/ClassBindingBuilder.h"
7#include "mc/editor/script/ScriptWidgetComponentRenderPrimTypeBase.h"
8
9namespace Editor::ScriptModule {
10
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~ScriptWidgetComponentRenderPrimType_Line() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static ::Scripting::ClassBindingBuilder<::Editor::ScriptModule::ScriptWidgetComponentRenderPrimType_Line>
38 bindScript();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCAPI static void** $vftable();
51 // NOLINTEND
52};
53
54} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentRenderPrimTypeBase.h:10
Definition ScriptWidgetComponentRenderPrimType_Line.h:12
Definition Alias.h:14