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,easingStyle : Enum.EasingStyle,easingDirection : Enum.EasingDirection,repeatCount : number,reverses : bool,delayTime : number)
속성
The direction in which the tween executes.
Duration of the tween, in seconds.
Time of delay until the tween begins, in seconds.
Number of times the tween repeats.
The style in which the tween executes.
Whether or not the tween interpolates in reverse tween once the initial tween completes.
생성자
new
매개 변수
기본값: 1
기본값: Enum.EasingStyle.Quad
기본값: Enum.EasingDirection.Out
기본값: 0
기본값: false
기본값: 0
속성
Reverses
Whether or not the tween interpolates in reverse tween once the initial tween completes.