Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

AnimationCurve.Linear

Switch to Manual
public static function Linear(timeStart: float, valueStart: float, timeEnd: float, valueEnd: float): AnimationCurve;

Parameters

Description

A straight Line starting at timeStart, valueStart and ending at timeEnd, valueEnd.