Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/anim/res/
Danim_ResAnimCurve.h99 struct ResFloatKeyFVSS128Data struct
101 ut::ResF32 m_Frame;
102 ut::ResF32 m_Value;
103 ut::ResF32 m_InSlope;
104 ut::ResF32 m_OutSlope;
106 f32 GetFrame() const { return m_Frame; } in GetFrame()
107 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32()
108 f32 GetValue() const { return m_Value; } in GetValue()
109 f32 GetInSlope() const { return m_InSlope; } in GetInSlope()
110 f32 GetOutSlope() const { return m_OutSlope; } in GetOutSlope()