Searched defs:ResFloatKeyFVS96Data (Results 1 – 1 of 1) sorted by relevance
141 struct ResFloatKeyFVS96Data struct143 ut::ResF32 m_Frame;144 ut::ResF32 m_Value;145 ut::ResF32 m_Slope;147 f32 GetFrame() const { return m_Frame; } in GetFrame()148 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()149 f32 GetValue() const { return m_Value; } in GetValue()150 f32 GetSlope() const { return m_Slope; } in GetSlope()