---@meta ---@class cc.FadeOutBLTiles :cc.FadeOutTRTiles local FadeOutBLTiles={ } cc.FadeOutBLTiles=FadeOutBLTiles ---* brief Create the action with the grid size and the duration.
---* param duration Specify the duration of the FadeOutBLTiles action. It's a value in seconds.
---* param gridSize Specify the size of the grid.
---* return If the creation success, return a pointer of FadeOutBLTiles action; otherwise, return nil. ---@param duration float ---@param gridSize size_table ---@return self function FadeOutBLTiles:create (duration,gridSize) end ---* ---@return self function FadeOutBLTiles:clone () end ---* ---@param pos size_table ---@param time float ---@return float function FadeOutBLTiles:testFunc (pos,time) end ---* ---@return self function FadeOutBLTiles:FadeOutBLTiles () end