LeviLamina
Loading...
Searching...
No Matches
RewindCollisionShapesComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class AABB;
8class Vec3;
9struct CollisionShapes;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<4, 12, ::Vec3> mFetchedPosition;
17 ::ll::TypedStorage<8, 56, ::CollisionShapes> mCollisionShapes;
18 ::ll::TypedStorage<4, 24, ::AABB> mMoveCollisionLastFetchedBox;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCAPI void $dtor();
31 // NOLINTEND
32};
Definition AABB.h:16
Definition Vec3.h:10
Definition CollisionShapes.h:12
Definition RewindCollisionShapesComponent.h:12