Class cc.Shaky3D

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

Method Summary

Class Detail

cc.Shaky3D()
cc.Shaky3D action

Method Detail

  • <static> {cc.Shaky3D} cc.Shaky3D.create(duration, gridSize, range, shakeZ)
    creates the action with a range, shake Z vertices, a grid and duration
    Parameters:
    {Number} duration
    {cc.Size} gridSize
    {Number} range
    {Boolean} shakeZ
    Returns:
    {cc.Shaky3D}
  • {Boolean} initWithDuration(duration, gridSize, range, shakeZ)
    initializes the action with a range, shake Z vertices, a grid and duration
    Parameters:
    {Number} duration
    {cc.Size} gridSize
    {Number} range
    {Boolean} shakeZ
    Returns:
    {Boolean}