|
enum class | Bit : int {
IsAlwaysOneWayCollision = 0
, WasPenetratingLastFrame = 1
, IsStuckInCollider = 2
, IsStuckItem = 3
,
PushTowardsClosestSpace = 4
, Count = 5
} |
|
using | Bitset = ::std::bitset<5> |
|
|
::ll::TypedStorage< 4, 4, ::std::bitset< 5 > > | mBits |
|
::ll::TypedStorage< 4, 12, ::Vec3 > | mMaxDepenetration |
|
::ll::TypedStorage< 8, 24, ::std::vector<::AABB > > | mOneWayPhysicsBlocks |
|
::ll::TypedStorage< 4, 16, ::std::optional<::Vec3 > > | mTemporaryOverride |
|
The documentation for this struct was generated from the following file: