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