CCTimerAction
CCTimerAction
cocos2d.actions.action_intervalsInheritance: System.Object → Cocos2D.CCAction → Cocos2D.CCFiniteTimeAction
Implements: Cocos2D.ICCCopyable
Constructors
CCTimerAction(float)
CCTimerAction(float)(System.Single duration)
Parameters:
duration
(System.Single)Methods
Reverse()
Cocos2D.CCFiniteTimeAction Reverse()()
Does nothing by default.
Returns:
Cocos2D.CCFiniteTimeAction
Example
StartWithTarget(CCNode)
StartWithTarget(CCNode)(Cocos2D.CCNode target)
Parameters:
target
(Cocos2D.CCNode)Example
Update(float)
Update(float)(System.Single time)
Parameters:
time
(System.Single)Example