返回介绍

AnimationCurve.MoveKey 移动关键帧

发布于 2019-12-18 15:37:11 字数 1110 浏览 845 评论 0 收藏 0

JavaScript => public function MoveKey(index: int, key: Keyframe): int;
C# => public int MoveKey(int index, Keyframe key);

Parameters 参数

indexThe index of the key to move.
移动关键帧的索引。
keyThe key (with its new time) to insert.
内置关键帧。

Returns 返回

int The index of the keyframe after moving it.
移动后关键帧的索引。

Description 描述

Removes the keyframe at index and inserts 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.

如果关键帧已经存在key.time时间轴的旧的关键帧的位置,/key[index].time/将会被用于替代。这是曲线编辑器中拖动关键帧所需的行为。返回移动后的关键帧的索引。

animationcurve

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文