AnimationCurve()
7/14/25Less than 1 minute
AnimationCurve()
Creates an empty animation curve.
Usage
local animationcurve = AnimationCurve();
f keyframes.
Parameters:
Name | Type | Description |
---|---|---|
keys | Keyframe[] | An array of Keyframes used to define the curve. |
Usage
---@type Keyframe
local keys;
local animationcurve = AnimationCurve(keys);