summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/FadeOutBLTiles.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/FadeOutBLTiles.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/FadeOutBLTiles.lua28
2 files changed, 0 insertions, 28 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0
new file mode 160000
+Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8
diff --git a/meta/3rd/Cocos4.0/library/cc/FadeOutBLTiles.lua b/meta/3rd/Cocos4.0/library/cc/FadeOutBLTiles.lua
deleted file mode 100644
index c053df86..00000000
--- a/meta/3rd/Cocos4.0/library/cc/FadeOutBLTiles.lua
+++ /dev/null
@@ -1,28 +0,0 @@
----@meta
-
----@class cc.FadeOutBLTiles :cc.FadeOutTRTiles
-local FadeOutBLTiles={ }
-cc.FadeOutBLTiles=FadeOutBLTiles
-
-
-
-
----* 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.
----@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 \ No newline at end of file