Class cc.ShatteredTiles3D

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.ShatteredTiles3D action

Method Summary

Class Detail

cc.ShatteredTiles3D()
cc.ShatteredTiles3D action

Method Detail

  • <static> {cc.ShatteredTiles3D} cc.ShatteredTiles3D.create(duration, gridSize, range, shatterZ)
    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}