CommonLibVR
hkpContactPointProperties.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace RE
7 {
9  public hkpSolverResults, // 00
10  public hkContactPointMaterial // 08
11  {
12  public:
13  // members
14  float internalData; // 18
15  };
16  static_assert(sizeof(hkpContactPointProperties) == 0x20);
17 }
Definition: hkContactPointMaterial.h:8
Definition: hkpContactPointProperties.h:11
float internalData
Definition: hkpContactPointProperties.h:14
Definition: hkpSolverResults.h:6
Definition: AbsorbEffect.h:6