LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetComponentEntityOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/InterfaceBindingBuilder.h"
7#include "mc/editor/script/ScriptWidgetComponentBaseOptions.h"
8
9namespace Editor::ScriptModule {
10
12public:
13 // member variables
14 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
31
32 MCAPI ::Editor::ScriptModule::ScriptWidgetComponentEntityOptions&
34
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static ::Scripting::InterfaceBindingBuilder<::Editor::ScriptModule::ScriptWidgetComponentEntityOptions>
42 bindScript();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
49
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCAPI void $dtor();
57 // NOLINTEND
58};
59
60} // namespace Editor::ScriptModule
Definition ScriptWidgetComponentBaseOptions.h:10
Definition ScriptWidgetComponentEntityOptions.h:11
Definition Alias.h:14