Skip to main content

AnimationCurve()

Creates an empty animation curve.

Usage


local animationcurve = AnimationCurve();

f keyframes.

Parameters:

NameTypeDescription
keysKeyframe[]An array of Keyframes used to define the curve.

Usage

---@type Keyframe
local keys;


local animationcurve = AnimationCurve(keys);