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

Parámetros

index El índice de la key para mover.
key La key (con su nueva hora) para insertar.

Valor de retorno

int El índice del keyframe después de moverlo.

Descripción

Quita el keyframe en index e inserta una 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.