Class cc.ShatteredTiles3D
- Defined in: CCActionTiledGrid.js
- Extends cc.TiledGrid3DAction
Constructor Attributes | Constructor Name and Description |
---|---|
cc.ShatteredTiles3D action
|
Method Summary
Class Detail
cc.ShatteredTiles3D()
cc.ShatteredTiles3D action
Method Detail
-
creates the action with a range, whether of not to shatter Z vertices, a grid size and duration
- Parameters:
- {Number} duration
- {cc.Size} gridSize
- {Number} range
- {Boolean} shatterZ
- Returns:
- {cc.ShatteredTiles3D}
-
{Boolean} initWithDuration(duration, gridSize, range, shatterZ)initializes the action with a range, whether or not to shatter Z vertices, a grid size and duration
- Parameters:
- {Number} duration
- {cc.Size} gridSize
- {Number} range
- {Boolean} shatterZ
- Returns:
- {Boolean}