Skip to main content

CCFadeOutDownTiles

CCFadeOutDownTiles

Cocos2D

@brief CCFadeOutDownTiles action. Fades out the tiles in downwards direction

Inheritance: System.Object → Cocos2D.CCAction → Cocos2D.CCFiniteTimeAction → Cocos2D.CCActionInterval → Cocos2D.CCGridAction → Cocos2D.CCTiledGrid3DAction → Cocos2D.CCFadeOutTRTiles → Cocos2D.CCFadeOutUpTiles

Implements: Cocos2D.ICCCopyable

Constructors

CCFadeOutDownTiles()

CCFadeOutDownTiles()()

CCFadeOutDownTiles(float, CCGridSize)

CCFadeOutDownTiles(float, CCGridSize)(System.Single duration, Cocos2D.CCGridSize gridSize)

creates the action with the grid size and the duration

Parameters:
duration (System.Single)
gridSize (Cocos2D.CCGridSize)
Example

Methods

TestFunc(CCGridSize, float)

System.Single TestFunc(CCGridSize, float)(Cocos2D.CCGridSize pos, System.Single time)
Parameters:
pos (Cocos2D.CCGridSize)
time (System.Single)
Returns:
System.Single
Example