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/core/math/Vec3.h"
7#include "mc/deps/ecs/strict/StrictEntityContext.h"
8
9// auto generated forward declare list
10// clang-format off
11class AABB;
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
42
43 MCAPI ::IsSolidMobNearbyComponent& operator=(::IsSolidMobNearbyComponent&&);
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor(::IsSolidMobNearbyComponent const&);
50
51 MCAPI void* $ctor(::IsSolidMobNearbyComponent&&);
52 // NOLINTEND
53};
Definition AABB.h:18
Definition StrictEntityContext.h:8
Definition IsSolidMobNearbyComponent.h:15
Definition StrictEntityContext.h:16