Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimationCurve.EaseInOut

Switch to Manual
public static AnimationCurve EaseInOut(float timeStart, float valueStart, float timeEnd, float valueEnd);

Parameters

Description

An ease-in and out curve starting at timeStart, valueStart and ending at timeEnd, valueEnd.