From d288cd1e6d0bb9fd4c05e6afa3e26bb7e0658839 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Fri, 27 Oct 2023 20:42:06 -0400 Subject: refactor: replace Cocos4.0 with LuaCATS submodule --- meta/3rd/Cocos4.0 | 1 + meta/3rd/Cocos4.0/library/cc/WavesTiles3D.lua | 61 --------------------------- 2 files changed, 1 insertion(+), 61 deletions(-) create mode 160000 meta/3rd/Cocos4.0 delete mode 100644 meta/3rd/Cocos4.0/library/cc/WavesTiles3D.lua (limited to 'meta/3rd/Cocos4.0/library/cc/WavesTiles3D.lua') diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 index 00000000..c0b2259e --- /dev/null +++ b/meta/3rd/Cocos4.0 @@ -0,0 +1 @@ +Subproject commit c0b2259e0d367561fd4563ae114b029b4dfe3a8f diff --git a/meta/3rd/Cocos4.0/library/cc/WavesTiles3D.lua b/meta/3rd/Cocos4.0/library/cc/WavesTiles3D.lua deleted file mode 100644 index 4b404e0b..00000000 --- a/meta/3rd/Cocos4.0/library/cc/WavesTiles3D.lua +++ /dev/null @@ -1,61 +0,0 @@ ----@meta - ----@class cc.WavesTiles3D :cc.TiledGrid3DAction -local WavesTiles3D={ } -cc.WavesTiles3D=WavesTiles3D - - - - ----* brief Set the amplitude rate of the effect.
----* param amplitudeRate The value of amplitude rate will be set. ----@param amplitudeRate float ----@return self -function WavesTiles3D:setAmplitudeRate (amplitudeRate) end ----* brief Initializes an action with duration, grid size, waves count and amplitude.
----* param duration Specify the duration of the WavesTiles3D action. It's a value in seconds.
----* param gridSize Specify the size of the grid.
----* param waves Specify the waves count of the WavesTiles3D action.
----* param amplitude Specify the amplitude of the WavesTiles3D action.
----* return If the initialization success, return true; otherwise, return false. ----@param duration float ----@param gridSize size_table ----@param waves unsigned_int ----@param amplitude float ----@return boolean -function WavesTiles3D:initWithDuration (duration,gridSize,waves,amplitude) end ----* brief Get the amplitude of the effect.
----* return Return the amplitude of the effect. ----@return float -function WavesTiles3D:getAmplitude () end ----* brief Get the amplitude rate of the effect.
----* return Return the amplitude rate of the effect. ----@return float -function WavesTiles3D:getAmplitudeRate () end ----* brief Set the amplitude to the effect.
----* param amplitude The value of amplitude will be set. ----@param amplitude float ----@return self -function WavesTiles3D:setAmplitude (amplitude) end ----* brief Create the action with a number of waves, the waves amplitude, the grid size and the duration.
----* param duration Specify the duration of the WavesTiles3D action. It's a value in seconds.
----* param gridSize Specify the size of the grid.
----* param waves Specify the waves count of the WavesTiles3D action.
----* param amplitude Specify the amplitude of the WavesTiles3D action.
----* return If the creation success, return a pointer of WavesTiles3D action; otherwise, return nil. ----@param duration float ----@param gridSize size_table ----@param waves unsigned_int ----@param amplitude float ----@return self -function WavesTiles3D:create (duration,gridSize,waves,amplitude) end ----* ----@return self -function WavesTiles3D:clone () end ----* ----@param time float ----@return self -function WavesTiles3D:update (time) end ----* ----@return self -function WavesTiles3D:WavesTiles3D () end \ No newline at end of file -- cgit v1.2.3