Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h105 struct ResFloatKeyFVSS128Data struct
107 ut::ResF32 m_Frame;
108 ut::ResF32 m_Value;
109 ut::ResF32 m_InSlope;
110 ut::ResF32 m_OutSlope;
112 f32 GetFrame() const { return m_Frame; } in GetFrame()
113 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32()
114 f32 GetValue() const { return m_Value; } in GetValue()
115 f32 GetInSlope() const { return m_InSlope; } in GetInSlope()
116 f32 GetOutSlope() const { return m_OutSlope; } in GetOutSlope()