2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module FadeOutBLTiles
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend FadeOutTRTiles
|
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 FadeOutBLTiles 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 FadeOutBLTiles action; otherwise, return nil.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#FadeOutBLTiles] 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 FadeOutBLTiles#FadeOutBLTiles ret (return value: cc.FadeOutBLTiles)
|
|
|
|
|
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=#FadeOutBLTiles] clone
|
|
|
|
-- @param self
|
|
|
|
-- @return FadeOutBLTiles#FadeOutBLTiles ret (return value: cc.FadeOutBLTiles)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @function [parent=#FadeOutBLTiles] 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=#FadeOutBLTiles] FadeOutBLTiles
|
|
|
|
-- @param self
|
|
|
|
-- @return FadeOutBLTiles#FadeOutBLTiles self (return value: cc.FadeOutBLTiles)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|