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
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ::Editor::ScriptModule::ScriptWidgetComponentGizmoStateChangeEventParameters&
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static ::Scripting::ClassBinding bindScript();
39 // NOLINTEND
40};
41
42} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentGizmoStateChangeEventParameters.h:12
MCAPI::Editor::ScriptModule::ScriptWidgetComponentGizmoStateChangeEventParameters & operator=(::Editor::ScriptModule::ScriptWidgetComponentGizmoStateChangeEventParameters &&)
Definition Alias.h:14