CommonLibVR
Loading...
Searching...
No Matches
hkbShapeSetup.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkStringPtr.h"
4
5namespace RE
6{
8 {
9 enum class Type
10 {
11 kCapsule = 0,
12 kFile,
13 };
14
15 // members
16 float capsuleHeight; // 00
17 float capsuleRadius; // 04
20 private:
22 };
23 static_assert(sizeof(hkbShapeSetup) == 0x18);
24}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition EnumSet.h:9
Definition hkStringPtr.h:6
Definition AbsorbEffect.h:6
Definition hkbShapeSetup.h:8
REX::EnumSet< Type, std::int8_t > type
Definition hkbShapeSetup.h:19
float capsuleRadius
Definition hkbShapeSetup.h:17
Type
Definition hkbShapeSetup.h:10
float capsuleHeight
Definition hkbShapeSetup.h:16
hkStringPtr fileName
Definition hkbShapeSetup.h:18