CommonLibSSE NG
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 };
21 static_assert(sizeof(hkbShapeSetup) == 0x18);
22}
Definition hkStringPtr.h:6
Definition PCH.h:223
Definition AbsorbEffect.h:6
Definition hkbShapeSetup.h:8
stl::enumeration< 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