Method MoveKey
MoveKey(int, in Keyframe)
Removes the keyframe at index
and inserts key
.
Declaration
public int MoveKey(int index, in Keyframe key)
Parameters
Type | Name | Description |
---|---|---|
int | index | |
Keyframe | key |
Returns
Type | Description |
---|---|
int | The index of the keyframe after moving it. |