Skip to content

Api > AnimationCurve > RemoveKey()


AnimationCurve.RemoveKey(number index)⚓︎

Removes a key.

Parameters:⚓︎

Name Type Description
index number The index of the key to remove.

Usage⚓︎

---@type AnimationCurve
local animationcurve;

---@type number
local index;


animationcurve.RemoveKey(index)