AnimationCurve.MoveKey

Declaration

public int MoveKey(int index, Keyframe key);

Parameters

index The index of the key to move.
key The keyframe containing the new time and value.

Returns

int The index of the keyframe after moving it.

Description

Moves the key at index to key.time and key.value.

This method removes the keyframe at index and inserts the updated key at the correct sorted position in AnimationCurve.keys.
Use it to move a keyframe in two dimensions (time and value).

Notes:
- In order for this method to behave as intended, you are expected to acquire the key using AnimationCurve.keys, modify the value and/or time, then invoke MoveKey with the updated keyframe. If used with a completely different keyframe, this method essentially replaces the key with a new one.
- Since AnimationCurve does not support having two keys with the same time, in the event where key.time conflicts with the time of another keyframe, key will be reinserted at the time of the keyframe at index, cancelling the move operation in the time dimension but keeping the modification in the value dimension.
- This method is used by the Unity curve editor to implement Keyframe dragging.

See Also: AnimationCurve.keys


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961