Searched defs:ResFloatKeyFVS96Data (Results 1 – 1 of 1) sorted by relevance
149 struct ResFloatKeyFVS96Data struct151 ut::ResF32 m_Frame;152 ut::ResF32 m_Value;153 ut::ResF32 m_Slope;155 f32 GetFrame() const { return m_Frame; } in GetFrame()156 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()157 f32 GetValue() const { return m_Value; } in GetValue()158 f32 GetSlope() const { return m_Slope; } in GetSlope()