Class cc.DelayTime

Class Summary
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

Field Detail

<static> {cc.DelayTime} cc.DelayTime.create
Please use cc.delayTime instead. Delays the action a certain amount of seconds
Deprecated:
since v3.0 please use cc.delaTime instead.

Method Detail

  • {cc.DelayTime} clone()
    returns a new clone of the action
    Returns:
    {cc.DelayTime}
  • {cc.DelayTime} reverse()
    Returns a reversed action.
    Returns:
    {cc.DelayTime}
  • update(dt)
    Called once per frame. Time is the number of seconds of a frame interval. Will be overwrite.
    Parameters:
    {Number} dt
    time in seconds