CCTurnOffTiles action. Turn off the files in random order
Class CCTurnOffTiles
#include <Geode/cocos/actions/CCActionTiledGrid.h>
classCCTurnOffTiles:publiccocos2d::CCTiledGrid3DAction{ ... }
Examples0
Public static methods2
staticcocos2d::CCTurnOffTiles*create(floatduration,cocos2d::CCSizeconst&gridSize)
creates the action with the grid size and the duration
staticcocos2d::CCTurnOffTiles*create(floatduration,cocos2d::CCSizeconst&gridSize,uintseed)
creates the action with a random seed, the grid size and the duration
Public member functions7
virtualboolinitWithDuration(floatduration,cocos2d::CCSizeconst&gridSize,uintseed)
initializes the action with a random seed, the grid size and the duration
voidturnOnTile()
No description provided
voidturnOffTile()
No description provided
virtualcocos2d::CCObject*copyWithZone(cocos2d::CCZone*pZone)
No description provided
virtualvoidstartWithTarget(cocos2d::CCNode*pTarget)
No description provided