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/deps/scripting/binding_type/ClassBindingBuilder.h"
7#include "mc/editor/script/ScriptWidgetComponentRenderPrimTypeBase.h"
8
9namespace Editor::ScriptModule {
10
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCFOLD ::Editor::ScriptModule::ScriptWidgetComponentRenderPrimType_AxialSphere&
38
39 MCAPI ::Editor::ScriptModule::ScriptWidgetComponentRenderPrimType_AxialSphere&
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static ::Scripting::ClassBindingBuilder<
48 bindScript();
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentRenderPrimTypeBase.h:10
Definition ScriptWidgetComponentRenderPrimType_AxialSphere.h:12
Definition Alias.h:14