From 8fefb8f3e100976235dc83d6ae3785952d11c710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 5 Jul 2021 20:51:43 +0800 Subject: cleanup --- meta/3rd/Cocos4.0/cc.SplitRows.lua | 39 -------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 meta/3rd/Cocos4.0/cc.SplitRows.lua (limited to 'meta/3rd/Cocos4.0/cc.SplitRows.lua') diff --git a/meta/3rd/Cocos4.0/cc.SplitRows.lua b/meta/3rd/Cocos4.0/cc.SplitRows.lua deleted file mode 100644 index da2b8223..00000000 --- a/meta/3rd/Cocos4.0/cc.SplitRows.lua +++ /dev/null @@ -1,39 +0,0 @@ ----@meta - ----@class cc.SplitRows :cc.TiledGrid3DAction -local SplitRows={ } -cc.SplitRows=SplitRows - - - - ----* brief Initializes the action with the number rows and the duration.
----* param duration Specify the duration of the SplitRows action. It's a value in seconds.
----* param rows Specify the rows count should be split.
----* return If the creation success, return true; otherwise, return false. ----@param duration float ----@param rows unsigned_int ----@return boolean -function SplitRows:initWithDuration (duration,rows) end ----* brief Create the action with the number of rows and the duration.
----* param duration Specify the duration of the SplitRows action. It's a value in seconds.
----* param rows Specify the rows count should be split.
----* return If the creation success, return a pointer of SplitRows action; otherwise, return nil. ----@param duration float ----@param rows unsigned_int ----@return self -function SplitRows:create (duration,rows) end ----* ----@param target cc.Node ----@return self -function SplitRows:startWithTarget (target) end ----* ----@return self -function SplitRows:clone () end ----* ----@param time float ----@return self -function SplitRows:update (time) end ----* ----@return self -function SplitRows:SplitRows () end \ No newline at end of file -- cgit v1.2.3