SKinRailStateGearShift

C++
struct SKinRailStateGearShift {
  int nIndex;
  float fToothProgress;
  float fSpineProgress;
  float fSpineProgressAtToothCommit;
};
File

IInput.h

SKinRailStateGearShift::fSpineProgress Data Member
C++
float fSpineProgress;
SKinRailStateGearShift::fSpineProgressAtToothCommit Data Member
C++
float fSpineProgressAtToothCommit;
SKinRailStateGearShift::fToothProgress Data Member
C++
float fToothProgress;
SKinRailStateGearShift::nIndex Data Member
C++
int nIndex;
SKinRailStateGearShift::SKinRailStateGearShift Constructor
C++
SKinRailStateGearShift();