LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetComponentRenderPrimTypeBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct ClassBinding; }
8// clang-format on
9
10namespace Editor::ScriptModule {
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCNAPI static ::Scripting::ClassBinding bindScript();
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentRenderPrimTypeBase.h:12
static MCAPI ::Scripting::ClassBinding bindScript()
Definition Alias.h:14