Version: 2020.2
언어: 한국어
public int MoveKey (int index, Keyframe key);

파라미터

index 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, 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.