跳到主要内容

egret.tween.Wait

   egret.tween

   public class Wait

继承    egret.tween.Wait → egret.tween.BasePathegret.EventDispatcheregret.HashObject

表示一个wait动作,参见Tween.wait

公共属性

属性
duration : number
持续时间
passive : boolean
等待期间属性是否会更新

公共方法

方法

属性详细信息

duration

duration : number = 500

  • 支持版本:Egret 3.1.8
  • 运行平台:Web,Native

持续时间

passive

passive : boolean = undefined

  • 支持版本:Egret 3.1.8
  • 运行平台:Web,Native

等待期间属性是否会更新

方法详细信息