LeviLamina
Loading...
Searching...
No Matches
IsSolidMobNearbyComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/strict/StrictEntityContext.h"
7
8// auto generated forward declare list
9// clang-format off
10class AABB;
12class Vec3;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 12, ::Vec3> mMaxDepenetrationMagnitude;
20 ::ll::TypedStorage<
21 8,
22 64,
23 ::std::unordered_map<
25 ::AABB,
27 ::std::equal_to<::StrictEntityContext>>>
28 mNearbyColliders;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
35
36public:
37 // member functions
38 // NOLINTBEGIN
40
41 MCAPI ::IsSolidMobNearbyComponent& operator=(::IsSolidMobNearbyComponent&&);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::IsSolidMobNearbyComponent&&);
48 // NOLINTEND
49};
Definition AABB.h:16
Definition StrictEntityContext.h:10
Definition Vec3.h:10
Definition IsSolidMobNearbyComponent.h:15
Definition StrictEntityContext.h:18