Version: 2017.2
public int MoveKey (int index, Keyframe key);

Parameters

index Возвращает индекс ключевого кадра после его перемещения.
key The key (with its new time) to insert.

Returns

int Возвращает индекс ключевого кадра после его перемещения.

Description

Удаляет ключевой кадр из index и вставляет ключ.

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.