Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closeindex | The index of the key to move. |
key | The key (with its new time) to insert. |
int The index of the keyframe after moving it.
Removes the keyframe at index
and inserts key.
If a keyframe already exists at key.time
the time of the old keyframe's position
/key[index].time/ will be used instead.
This is the desired behaviour for dragging keyframes in a curve editor.
Returns the index of the keyframe after moving it.