Searched defs:ResIntKeyFV32Data (Results 1 – 1 of 1) sorted by relevance
386 struct ResIntKeyFV32Data struct388 ut::ResU16 m_Frame;389 ut::ResS16 m_Value;391 u32 GetFrame() const { return m_Frame; } in GetFrame()392 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()393 s16 GetValue() const { return m_Value; } in GetValue()