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/editor/script/ScriptWidgetComponentRenderPrimTypeBase.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ClassBinding; }
11// clang-format on
12
13namespace Editor::ScriptModule {
14
15class ScriptWidgetComponentRenderPrimType_Line
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 ScriptWidgetComponentRenderPrimType_Line& operator=(ScriptWidgetComponentRenderPrimType_Line const&);
28 ScriptWidgetComponentRenderPrimType_Line(ScriptWidgetComponentRenderPrimType_Line const&);
29 ScriptWidgetComponentRenderPrimType_Line();
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCNAPI static ::Scripting::ClassBinding bindScript();
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
43
44} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentRenderPrimTypeBase.h:12
static MCAPI ::Scripting::ClassBinding bindScript()
Definition ClassBinding.h:19
Definition Alias.h:14