返回介绍

AnimationCurve.Linear 线性

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

JavaScript => public static function Linear(timeStart: float, valueStart: float, timeEnd: float, valueEnd: float): AnimationCurve;
C# => public static AnimationCurve Linear(float timeStart, float valueStart, float timeEnd, float valueEnd);

Parameters 参数

timeStartThe start time for the linear curve.
线性曲线开始时间。
valueStartThe start value for the linear curve.
线性曲线开始值。
timeEndThe end time for the linear curve.
线性曲线结束时间。
valueEndThe end value for the linear curve.
线性曲线结束值。

Returns 返回

AnimationCurve The (straight) curve created from the values specified.
根据指定值生成曲线(直线)。

Description 描述

A straight Line starting at timeStart, valueStart and ending at timeEnd, valueEnd.

直线包括开始时间,开始值和结束时间结束值。

This is something of an oxymoron as the generated “curve” is actually a straight line, however it is still called a “curve” and represented by an AnimationCurve object.

在某些方面这是矛盾的生成的“曲线”实际上是条直线,但是他依然被称为“曲线”并表示AnimationCurve对象。

animationcurve

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

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

发布评论

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