mirror of https://github.com/axmolengine/axmol.git
30 lines
720 B
Lua
30 lines
720 B
Lua
|
|
--------------------------------
|
|
-- @module Shaky3D
|
|
-- @extend Grid3DAction
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- creates the action with a range, shake Z vertices, a grid and duration
|
|
-- @function [parent=#Shaky3D] create
|
|
-- @param self
|
|
-- @param #float duration
|
|
-- @param #size_table gridSize
|
|
-- @param #int range
|
|
-- @param #bool shakeZ
|
|
-- @return Shaky3D#Shaky3D ret (return value: cc.Shaky3D)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#Shaky3D] clone
|
|
-- @param self
|
|
-- @return Shaky3D#Shaky3D ret (return value: cc.Shaky3D)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#Shaky3D] update
|
|
-- @param self
|
|
-- @param #float time
|
|
|
|
return nil
|