您的位置:首页 > 其它

DoTween官方手册中文版(一)命名规则

2015-08-13 10:24 218 查看
NGUI自带了一套tween,效果还不错。那么UGUI呢?其实我们有DoTween,并且已经全面支持unity5。

由于网站访问需要番茄,并且官方还是英文的,故我将原文整理对照翻译成中文的,对于英文苦手,兴许有些帮助。有疑问的欢迎邮我:admin@u3dc.com

Nomenclature(命名规则)

Tweener:A tween that takes control of a value and animates it.

补间动画,接管了一个值并将它做成动画。

Sequence:A special tween that, instead of taking control of a value, takes control of other tweens and animates them as a group.

序列: 特殊补间动画,而不是采取控制值,需要控制的其他补间和动画他们作为一个群体。

Tween:A generic word that indicates both a Tweener and a Sequence.

补间:指示一个补间和一个序列的通用词。

Nested tween:A tween contained inside a Sequence.

嵌套补间: 补间序列内所载。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: