LeviLamina
Loading...
Searching...
No Matches
ScriptWidget_ComponentInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
AABB
;
8
namespace
Scripting {
class
WeakLifetimeScope; }
9
namespace
mce {
class
UUID; }
10
// clang-format on
11
12
namespace
Editor::ScriptModule {
13
14
class
ScriptWidget_ComponentInterface
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 0
19
virtual ::Scripting::WeakLifetimeScope& _getScope() = 0;
20
21
// vIndex: 1
22
virtual
void
_deleteComponent(
::mce::UUID
const
&) = 0;
23
24
// vIndex: 2
25
virtual ::AABB
const
& _getWorldBounds()
const
= 0;
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
};
34
35
}
// namespace Editor::ScriptModule
AABB
Definition
AABB.h:18
Editor::ScriptModule::ScriptWidget_ComponentInterface
Definition
ScriptWidget_ComponentInterface.h:14
mce::UUID
Definition
UUID.h:7
src
mc
editor
script
ScriptWidget_ComponentInterface.h
Generated on Fri Jun 13 2025 05:04:30 for LeviLamina by
1.12.0