LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetService_WidgetInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class AABB;
8// clang-format on
9
10namespace Editor::ScriptModule {
11
13public:
14 // virtual functions
15 // NOLINTBEGIN
16 virtual ::AABB const& _getDimensionBounds() const = 0;
17 // NOLINTEND
18
19public:
20 // virtual function thunks
21 // NOLINTBEGIN
22
23 // NOLINTEND
24};
25
26} // namespace Editor::ScriptModule
Definition AABB.h:18
Definition ScriptWidgetService_WidgetInterface.h:12