Searched defs:ResFloatKeyFVSS128Data (Results 1 – 1 of 1) sorted by relevance
107 struct ResFloatKeyFVSS128Data struct109 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()