TweenInfo

显示已弃用

*此内容使用人工智能(Beta)翻译,可能包含错误。若要查看英文页面,请点按 此处

Datatype.TweenInfo 数据类型存储参数以便 TweenService:Create() 指定 тви恩的行为。TweenInfo 的属性无法在其作品后写入。

概要

构造工具

属性

构造工具

new

参数

time: number
默认值:1
easingStyle: Enum.EasingStyle
默认值:Enum.EasingStyle.Quad
easingDirection: Enum.EasingDirection
默认值:Enum.EasingDirection.Out
repeatCount: number
默认值:0
reverses: bool
默认值:false
delayTime: number
默认值:0

属性

EasingDirection

渐变执行的方向。

Time

该补间动画的持续时间,以秒计。

DelayTime

开始变形倒计时,以秒为单位。

RepeatCount

调整次数的重复次数。 -1 表示无限重复。

EasingStyle

调整的风格。

Reverses

即使是否在初始拐完成后,否则拐杆会在反向拐完成后恢复。