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