CommonLibSSE NG
Loading...
Searching...
No Matches
hkbRigidBodySetup.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 enum class Type
10 {
11 kInvalid = -1,
14 kFixed,
15 };
16
17 // members
18 std::uint32_t collisionFilterInfo; // 00
21 };
22 static_assert(sizeof(hkbRigidBodySetup) == 0x20);
23}
Definition PCH.h:223
Definition AbsorbEffect.h:6
Definition hkbRigidBodySetup.h:8
stl::enumeration< Type, std::int8_t > type
Definition hkbRigidBodySetup.h:19
Type
Definition hkbRigidBodySetup.h:10
std::uint32_t collisionFilterInfo
Definition hkbRigidBodySetup.h:18
hkbShapeSetup shapeSetup
Definition hkbRigidBodySetup.h:20
Definition hkbShapeSetup.h:8