LeviLamina
Loading...
Searching...
No Matches
ScriptDebugDrawerDataComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8// auto generated forward declare list
9// clang-format off
10class ILevel;
11namespace ScriptModuleDebugUtilities { class ScriptDebugShape; }
12// clang-format on
13
14namespace ScriptModuleDebugUtilities {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<
21 8,
22 24,
23 ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleDebugUtilities::ScriptDebugShape>>>
24 mShapes;
25 ::ll::TypedStorage<8, 8, ::ILevel*> mLevel;
26 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mLastUpdate;
27 // NOLINTEND
28};
29
30} // namespace ScriptModuleDebugUtilities
Definition ILevel.h:218
Definition ScriptDebugShape.h:27
Definition ScriptDebugDrawerDataComponent.h:16