summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/EaseRateAction.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/EaseRateAction.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/EaseRateAction.lua31
2 files changed, 0 insertions, 31 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/EaseRateAction.lua b/meta/3rd/Cocos4.0/library/cc/EaseRateAction.lua
deleted file mode 100644
index 554b31d9..00000000
--- a/meta/3rd/Cocos4.0/library/cc/EaseRateAction.lua
+++ /dev/null
@@ -1,31 +0,0 @@
----@meta
-
----@class cc.EaseRateAction :cc.ActionEase
-local EaseRateAction={ }
-cc.EaseRateAction=EaseRateAction
-
-
-
-
----* brief Set the rate value for the ease rate action.<br>
----* param rate The value will be set.
----@param rate float
----@return self
-function EaseRateAction:setRate (rate) end
----* brief Initializes the action with the inner action and the rate parameter.<br>
----* param pAction The pointer of the inner action.<br>
----* param fRate The value of the rate parameter.<br>
----* return Return true when the initialization success, otherwise return false.
----@param pAction cc.ActionInterval
----@param fRate float
----@return boolean
-function EaseRateAction:initWithAction (pAction,fRate) end
----* brief Get the rate value of the ease rate action.<br>
----* return Return the rate value of the ease rate action.
----@return float
-function EaseRateAction:getRate () end
----*
----@param action cc.ActionInterval
----@param rate float
----@return self
-function EaseRateAction:create (action,rate) end \ No newline at end of file