summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.FadeOutDownTiles.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/cc.FadeOutDownTiles.lua')
-rw-r--r--meta/3rd/Cocos4.0/cc.FadeOutDownTiles.lua27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/cc.FadeOutDownTiles.lua b/meta/3rd/Cocos4.0/cc.FadeOutDownTiles.lua
new file mode 100644
index 00000000..27435d59
--- /dev/null
+++ b/meta/3rd/Cocos4.0/cc.FadeOutDownTiles.lua
@@ -0,0 +1,27 @@
+
+---@class cc.FadeOutDownTiles :cc.FadeOutUpTiles
+local FadeOutDownTiles={ }
+cc.FadeOutDownTiles=FadeOutDownTiles
+
+
+
+
+---* 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.
+---@param duration float
+---@param gridSize size_table
+---@return self
+function FadeOutDownTiles:create (duration,gridSize) end
+---*
+---@return self
+function FadeOutDownTiles:clone () end
+---*
+---@param pos size_table
+---@param time float
+---@return float
+function FadeOutDownTiles:testFunc (pos,time) end
+---*
+---@return self
+function FadeOutDownTiles:FadeOutDownTiles () end \ No newline at end of file