LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetComponentGizmoStateChangeEventParameters.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
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCNAPI ::Editor::ScriptModule::ScriptWidgetComponentGizmoStateChangeEventParameters&
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static ::Scripting::ClassBinding bindScript();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI void* $ctor();
46 // NOLINTEND
47};
48
49} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentGizmoStateChangeEventParameters.h:12
MCAPI::Editor::ScriptModule::ScriptWidgetComponentGizmoStateChangeEventParameters & operator=(::Editor::ScriptModule::ScriptWidgetComponentGizmoStateChangeEventParameters &&)
Definition Alias.h:14