Datatype.TweenInfo 資料類型會儲存參數以便 TweenService:Create() 指定補間動畫汐的行為。 TweenInfo 的內容無法在其作品後寫入。
概要
建構子
- new(time : number,easingStyle : Enum.EasingStyle,easingDirection : Enum.EasingDirection,repeatCount : number,reverses : bool,delayTime : number)
屬性
擺動執行的方向。
擺補間動畫的持續時間,以秒計。
開始暫停的時間,以秒為單位。
次數重複。
擷取時的樣式。
即使是否在初始擬合完成後,否則將會在擬合後倒轉。
建構子
new
參數
預設值:1
預設值:Enum.EasingStyle.Quad
預設值:Enum.EasingDirection.Out
預設值:0
預設值:false
預設值:0