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