Searched defs:ResFloatKeyFV32Data (Results 1 – 1 of 1) sorted by relevance
95 struct ResFloatKeyFV32Data struct97 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset;99 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()100 f32 GetFrameF32() const { return static_cast<f32>(this->GetFrame()); } in GetFrameF32()101 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue()