LeviLamina
Loading...
Searching...
No Matches
ScriptCurrentThemeColorChangeAfterEvent.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
8namespace Editor::ScriptModule {
9
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::Editor::ScriptModule::ScriptCurrentThemeColorChangeAfterEvent&
29
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static ::Scripting::ClassBindingBuilder<::Editor::ScriptModule::ScriptCurrentThemeColorChangeAfterEvent>
37 bind();
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCFOLD void $dtor();
44 // NOLINTEND
45};
46
47} // namespace Editor::ScriptModule
Definition ScriptCurrentThemeColorChangeAfterEvent.h:10
Definition Alias.h:14