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