CCFadeOutTRTiles
CCFadeOutTRTiles
Cocos2D@brief CCFadeOutTRTiles action Fades out the tiles in a Top-Right direction
Inheritance: System.Object → Cocos2D.CCAction → Cocos2D.CCFiniteTimeAction → Cocos2D.CCActionInterval → Cocos2D.CCGridAction → Cocos2D.CCTiledGrid3DAction
Implements: Cocos2D.ICCCopyable
Constructors
CCFadeOutTRTiles()
CCFadeOutTRTiles()()CCFadeOutTRTiles(float)
CCFadeOutTRTiles(float)(System.Single duration)Parameters:
duration (System.Single)CCFadeOutTRTiles(float, CCGridSize)
CCFadeOutTRTiles(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.SingleTransformTile(CCGridSize, float)
TransformTile(CCGridSize, float)(Cocos2D.CCGridSize pos, System.Single distance)Parameters:
pos (Cocos2D.CCGridSize)distance (System.Single)TurnOffTile(CCGridSize)
TurnOffTile(CCGridSize)(Cocos2D.CCGridSize pos)Parameters:
pos (Cocos2D.CCGridSize)TurnOnTile(CCGridSize)
TurnOnTile(CCGridSize)(Cocos2D.CCGridSize pos)Parameters:
pos (Cocos2D.CCGridSize)Update(float)
Update(float)(System.Single time)Parameters:
time (System.Single)Example