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;
12// clang-format on
13
14struct IsSolidMobNearbyComponent {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 12, ::Vec3> mMaxDepenetrationMagnitude;
19 ::ll::TypedStorage<
20 8,
21 64,
22 ::std::unordered_map<
24 ::AABB,
26 ::std::equal_to<::StrictEntityContext>>>
27 mNearbyColliders;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 IsSolidMobNearbyComponent& operator=(IsSolidMobNearbyComponent const&);
33 IsSolidMobNearbyComponent(IsSolidMobNearbyComponent const&);
34 IsSolidMobNearbyComponent();
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI IsSolidMobNearbyComponent(::IsSolidMobNearbyComponent&&);
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:18
Definition StrictEntityContext.h:8
Definition StrictEntityContext.h:16