- Preparing search index...
- The search index is not available
feng3d
Constructors
constructor
- new Timer(ticker, interval, repeatCount, func, thisObject?, priority?): Timer
-
Parameters
-
-
interval: Lazy<number>
-
repeatCount: number
-
func: ((interval) => void)
-
- (interval): void
-
Returns void
-
Optional thisObject: Object
-
Optional priority: number
Properties
currentCount
currentCount: number
delay
delay: number
Private func
func: any
Private interval
interval: any
Private priority
priority: any
repeatCount
repeatCount: number
Private runFunc
runFunc: any
Private thisObject
thisObject: any
Private ticker
ticker: any
Methods
reset
- reset(): Timer
-
start
- start(): Timer
-
stop
- stop(): Timer
-
计时器从 0 开始后触发的总次数。