Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimCurve.h107 struct ResFloatKeyFVSS128Data struct
109 ut::ResF32 m_Frame;
110 ut::ResF32 m_Value;
111 ut::ResF32 m_InSlope;
112 ut::ResF32 m_OutSlope;
114 f32 GetFrame() const { return m_Frame; } in GetFrame()
115 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32()
116 f32 GetValue() const { return m_Value; } in GetValue()
117 f32 GetInSlope() const { return m_InSlope; } in GetInSlope()
118 f32 GetOutSlope() const { return m_OutSlope; } in GetOutSlope()