2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module FadeOutDownTiles
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend FadeOutUpTiles
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
2015-03-19 11:55:42 +08:00
|
|
|
-- brief Create the action with the grid size and the duration.<br>
|
|
|
|
-- param duration Specify the duration of the FadeOutDownTiles action. It's a value in seconds.<br>
|
|
|
|
-- param gridSize Specify the size of the grid.<br>
|
|
|
|
-- return If the creation success, return a pointer of FadeOutDownTiles action; otherwise, return nil.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#FadeOutDownTiles] create
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float duration
|
|
|
|
-- @param #size_table gridSize
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @return FadeOutDownTiles#FadeOutDownTiles ret (return value: cc.FadeOutDownTiles)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @function [parent=#FadeOutDownTiles] clone
|
|
|
|
-- @param self
|
|
|
|
-- @return FadeOutDownTiles#FadeOutDownTiles ret (return value: cc.FadeOutDownTiles)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @function [parent=#FadeOutDownTiles] testFunc
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #size_table pos
|
|
|
|
-- @param #float time
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#FadeOutDownTiles] FadeOutDownTiles
|
|
|
|
-- @param self
|
|
|
|
-- @return FadeOutDownTiles#FadeOutDownTiles self (return value: cc.FadeOutDownTiles)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|