Class cc.DelayTime
- Defined in: CCActionInterval.js
- Extends cc.ActionInterval
Constructor Attributes | Constructor Name and Description |
---|---|
Delays the action a certain amount of seconds
|
Method Summary
Class Detail
cc.DelayTime()
Delays the action a certain amount of seconds
Method Detail
-
{cc.DelayTime} clone()returns a new clone of the action
- Returns:
- {cc.DelayTime}
-
// example var delay = cc.DelayTime.create(1);
- Parameters:
- {Number} d
- duration in seconds
- Returns:
- {cc.DelayTime}
-
{cc.ActionInterval} reverse()
- Returns:
- {cc.ActionInterval}
-
update(time)
- Parameters:
- {Number} time
- time in seconds