LeviLamina
Loading...
Searching...
No Matches
CollisionBoxComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec2.h"
7
8// auto generated forward declare list
9// clang-format off
10class Vec3;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 8, ::Vec2> mBBDim;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCFOLD void fromVec3(::Vec3 const& vec);
24
25 MCFOLD ::Vec2 const& getDefaultBB() const;
26 // NOLINTEND
27};
Definition CollisionBoxComponent.h:13
Definition Vec3.h:10