Version: 2022.3
言語: 日本語
public static AnimationCurve Constant (float timeStart, float timeEnd, float value);

パラメーター

timeStart The start time for the constant curve.
timeEnd The end time for the constant curve.
value The value for the constant curve.

戻り値

AnimationCurve The constant curve created from the specified values.

説明

Creates a constant "curve" starting at timeStart, ending at timeEnd, and set to the value value.