Class CCShatteredTiles3D

#include <Geode/cocos/actions/CCActionTiledGrid.h>
classCCShatteredTiles3D:publiccocos2d::CCTiledGrid3DAction{ ... }
Examples0
Public static methods1
staticcocos2d::CCShatteredTiles3D*create(
floatduration
,,
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
,,
intnRange
,
boolbShatterZ
)

initializes the action with a range, whether or not to shatter Z vertices, a grid size and duration

virtualcocos2d::CCObject*copyWithZone()
No description provided
virtualvoidupdate(
floattime
)
No description provided
Fields0
Protected member functions0
Protected fields3
intm_nRandrange
;
No description provided
boolm_bOnce
;
No description provided
boolm_bShatterZ
;
No description provided