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#include "mc/network/NetworkIdentifierWithSubId.h"
8
9// auto generated forward declare list
10// clang-format off
11class ILevel;
12namespace ScriptModuleDebugUtilities { class ScriptDebugShape; }
13// clang-format on
14
15namespace ScriptModuleDebugUtilities {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<
22 8,
23 24,
24 ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleDebugUtilities::ScriptDebugShape>>>
25 mShapes;
26 ::ll::TypedStorage<8, 8, ::ILevel*> mLevel;
27 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mLastUpdate;
28 ::ll::TypedStorage<8, 16, ::std::set<::NetworkIdentifierWithSubId>> mSentToClients;
29 // NOLINTEND
30};
31
32} // namespace ScriptModuleDebugUtilities
Definition ILevel.h:206
Definition ScriptDebugDrawerDataComponent.h:17