TweenInfo

사용되지 않는 항목 표시

The TweenInfo data type stores parameters for TweenService:Create() to specify the behavior of the tween. The properties of a TweenInfo cannot be written to after its creation.

요약

생성자

속성

생성자

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

The direction in which the EasingStyle executes.

Time

The amount of time the tween takes in seconds.

DelayTime

The amount of time that elapses before tween starts in seconds.

RepeatCount

The number of times the tween repeats after tweening once.

EasingStyle

The style in which the tween executes.

Reverses

Whether or not the tween does the reverse tween once the initial tween completes.