CommonLibVR
hkpSolverResults.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
6  {
7  public:
8  // members
9  float impulse; // 00
10  float data; // 04
11  };
12  static_assert(sizeof(hkpSolverResults) == 0x08);
13 }
Definition: hkpSolverResults.h:6
float data
Definition: hkpSolverResults.h:10
float impulse
Definition: hkpSolverResults.h:9
Definition: AbsorbEffect.h:6