CCShatteredTiles3D action
Class CCShatteredTiles3D
#include <Geode/cocos/actions/CCActionTiledGrid.h>
classCCShatteredTiles3D:publiccocos2d::CCTiledGrid3DAction{ ... }
Examples0
Public static methods1
staticcocos2d::CCShatteredTiles3D*create(floatduration,cocos2d::CCSizeconst&gridSize,intnRange,boolbShatterZ)
creates the action with a range, whether of not to shatter Z vertices, a grid size and duration
Public member functions3
virtualboolinitWithDuration(floatduration,cocos2d::CCSizeconst&gridSize,intnRange,boolbShatterZ)
initializes the action with a range, whether or not to shatter Z vertices, a grid size and duration
virtualcocos2d::CCObject*copyWithZone(cocos2d::CCZone*pZone)
No description provided