LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetComponentRenderPrimType_Box.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_Box : public ::Editor::ScriptModule::ScriptWidgetComponentRenderPrimTypeBase {
16public:
17 // member variables
18 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 ScriptWidgetComponentRenderPrimType_Box& operator=(ScriptWidgetComponentRenderPrimType_Box const&);
27 ScriptWidgetComponentRenderPrimType_Box(ScriptWidgetComponentRenderPrimType_Box const&);
28 ScriptWidgetComponentRenderPrimType_Box();
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCNAPI static ::Scripting::ClassBinding bindScript();
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
42
43} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentRenderPrimTypeBase.h:12
static MCAPI ::Scripting::ClassBinding bindScript()
Definition ClassBinding.h:19
Definition Alias.h:14