RemoveKey
7/14/25Less than 1 minute
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)