Searched defs:ResIntKeyFV32Data (Results 1 – 1 of 1) sorted by relevance
379 struct ResIntKeyFV32Data struct381 ut::ResU16 m_Frame;382 ut::ResS16 m_Value;384 u32 GetFrame() const { return m_Frame; } in GetFrame()385 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()386 s16 GetValue() const { return m_Value; } in GetValue()