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