Class CCTurnOffTiles

#include <Geode/cocos/actions/CCActionTiledGrid.h>
classCCTurnOffTiles:publiccocos2d::CCTiledGrid3DAction{ ... }

CCTurnOffTiles action. Turn off the files in random order

Examples0
Public static methods2
staticcocos2d::CCTurnOffTiles*create(
floatduration
,)

creates the action with the grid size and the duration

staticcocos2d::CCTurnOffTiles*create(
floatduration
,,
uintseed
)

creates the action with a random seed, the grid size and the duration

Public member functions7
virtualboolinitWithDuration(
floatduration
,,
uintseed
)

initializes the action with a random seed, the grid size and the duration

voidshuffle(
uint*pArray
,
uintnLen
)
No description provided
voidturnOnTile()
No description provided
voidturnOffTile()
No description provided
virtualcocos2d::CCObject*copyWithZone()
No description provided
virtualvoidstartWithTarget()
No description provided
virtualvoidupdate(
floattime
)
No description provided
Fields0
Protected member functions0
Protected fields3
uintm_nSeed
;
No description provided
uintm_nTilesCount
;
No description provided
uint*m_pTilesOrder
;
No description provided