Skip to main content

AnimationCurve.RemoveKey(number index)

Removes a key.

Parameters:

NameTypeDescription
indexnumberThe index of the key to remove.

Usage

---@type AnimationCurve
local animationcurve;

---@type number
local index;


animationcurve.RemoveKey(index)