LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetComponentRenderPrimType_Disc.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_Disc
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 ScriptWidgetComponentRenderPrimType_Disc& operator=(ScriptWidgetComponentRenderPrimType_Disc const&);
28 ScriptWidgetComponentRenderPrimType_Disc(ScriptWidgetComponentRenderPrimType_Disc const&);
29 ScriptWidgetComponentRenderPrimType_Disc();
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 virtual ~ScriptWidgetComponentRenderPrimType_Disc() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCNAPI static ::Scripting::ClassBinding bindScript();
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
55
56} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentRenderPrimTypeBase.h:12
Definition ScriptWidgetComponentRenderPrimType_Disc.h:16
MCAPI bool operator==(::Editor::ScriptModule::ScriptWidgetComponentRenderPrimType_Disc const &other) const
static MCAPI ::Scripting::ClassBinding bindScript()
Definition ClassBinding.h:19
Definition Alias.h:14