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