LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetComponentBoundingBoxStateChangeEventParameters.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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
29 );
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI ::Editor::ScriptModule::ScriptWidgetComponentBoundingBoxStateChangeEventParameters&
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCNAPI static ::Scripting::ClassBinding bindScript();
43 // NOLINTEND
44};
45
46} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentBoundingBoxStateChangeEventParameters.h:12
MCAPI::Editor::ScriptModule::ScriptWidgetComponentBoundingBoxStateChangeEventParameters & operator=(::Editor::ScriptModule::ScriptWidgetComponentBoundingBoxStateChangeEventParameters &&)
Definition Alias.h:14