Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h147 struct ResFloatKeyFVS96Data struct
149 ut::ResF32 m_Frame;
150 ut::ResF32 m_Value;
151 ut::ResF32 m_Slope;
153 f32 GetFrame() const { return m_Frame; } in GetFrame()
154 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
155 f32 GetValue() const { return m_Value; } in GetValue()
156 f32 GetSlope() const { return m_Slope; } in GetSlope()