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
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~ScriptWidgetComponentRenderPrimType_Line() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI static ::Scripting::ClassBinding bindScript();
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
50
51} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentRenderPrimTypeBase.h:12
Definition ScriptWidgetComponentRenderPrimType_Line.h:16
static MCAPI ::Scripting::ClassBinding bindScript()
Definition Alias.h:14