summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/PageTurn3D.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/PageTurn3D.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/PageTurn3D.lua27
2 files changed, 0 insertions, 27 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/PageTurn3D.lua b/meta/3rd/Cocos4.0/library/cc/PageTurn3D.lua
deleted file mode 100644
index fdf16d5f..00000000
--- a/meta/3rd/Cocos4.0/library/cc/PageTurn3D.lua
+++ /dev/null
@@ -1,27 +0,0 @@
----@meta
-
----@class cc.PageTurn3D :cc.Grid3DAction
-local PageTurn3D={ }
-cc.PageTurn3D=PageTurn3D
-
-
-
-
----* brief Create an action with duration, grid size.<br>
----* param duration Specify the duration of the PageTurn3D 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 PageTurn3D action; otherwise, return nil.
----@param duration float
----@param gridSize size_table
----@return self
-function PageTurn3D:create (duration,gridSize) end
----*
----@return self
-function PageTurn3D:clone () end
----* js NA
----@return cc.GridBase
-function PageTurn3D:getGrid () end
----*
----@param time float
----@return self
-function PageTurn3D:update (time) end \ No newline at end of file