CommonLibSSE NG
hkbRigidBodySetup.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkbShapeSetup.h"
4 
5 namespace RE
6 {
8  {
9  enum class Type
10  {
11  kInvalid = -1,
12  kKeyframed,
13  kDynamic,
14  kFixed,
15  };
16 
17  // members
18  std::uint32_t collisionFilterInfo; // 00
21  };
22  static_assert(sizeof(hkbRigidBodySetup) == 0x20);
23 }
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