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