summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/FadeOutUpTiles.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/FadeOutUpTiles.lua')
-rw-r--r--meta/3rd/Cocos4.0/library/cc/FadeOutUpTiles.lua33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/library/cc/FadeOutUpTiles.lua b/meta/3rd/Cocos4.0/library/cc/FadeOutUpTiles.lua
new file mode 100644
index 00000000..2e5f8389
--- /dev/null
+++ b/meta/3rd/Cocos4.0/library/cc/FadeOutUpTiles.lua
@@ -0,0 +1,33 @@
+---@meta
+
+---@class cc.FadeOutUpTiles :cc.FadeOutTRTiles
+local FadeOutUpTiles={ }
+cc.FadeOutUpTiles=FadeOutUpTiles
+
+
+
+
+---* brief Create the action with the grid size and the duration.<br>
+---* param duration Specify the duration of the FadeOutUpTiles 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 FadeOutUpTiles action; otherwise, return nil.
+---@param duration float
+---@param gridSize size_table
+---@return self
+function FadeOutUpTiles:create (duration,gridSize) end
+---*
+---@return self
+function FadeOutUpTiles:clone () end
+---*
+---@param pos vec2_table
+---@param distance float
+---@return self
+function FadeOutUpTiles:transformTile (pos,distance) end
+---*
+---@param pos size_table
+---@param time float
+---@return float
+function FadeOutUpTiles:testFunc (pos,time) end
+---*
+---@return self
+function FadeOutUpTiles:FadeOutUpTiles () end \ No newline at end of file