Home
last modified time | relevance | path

Searched defs:ResFloatKeyFV32Data (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h95 struct ResFloatKeyFV32Data struct
97 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset;
99 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()
100 f32 GetFrameF32() const { return static_cast<f32>(this->GetFrame()); } in GetFrameF32()
101 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue()