public int MoveKey (int index, Keyframe key);

Parámetros

indexEl índice de la key para mover.
keyLa 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, then 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.