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