Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimCurve.h97 struct ResFloatKeyFV32Data struct
99 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()