CCColorBlendAnimation
CCColorBlendAnimation
cocos2d.actions.action_intervalsInheritance: System.Object → Cocos2D.CCAction → Cocos2D.CCFiniteTimeAction
Implements: Cocos2D.ICCCopyable
Constructors
CCColorBlendAnimation(float, CCColor3B)
CCColorBlendAnimation(float, CCColor3B)(System.Single duration, Cocos2D.CCColor3B endColor)
Parameters:
duration
(System.Single)endColor
(Cocos2D.CCColor3B)Fields
EndColor(Cocos2D.CCColor3B)
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