diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/ActionInstant.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/ActionInstant.lua | 30 |
2 files changed, 0 insertions, 30 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/ActionInstant.lua b/meta/3rd/Cocos4.0/library/cc/ActionInstant.lua deleted file mode 100644 index 6c523c62..00000000 --- a/meta/3rd/Cocos4.0/library/cc/ActionInstant.lua +++ /dev/null @@ -1,30 +0,0 @@ ----@meta - ----@class cc.ActionInstant :cc.FiniteTimeAction -local ActionInstant={ } -cc.ActionInstant=ActionInstant - - - - ----* ----@param target cc.Node ----@return self -function ActionInstant:startWithTarget (target) end ----* ----@return self -function ActionInstant:reverse () end ----* ----@return self -function ActionInstant:clone () end ----* param time In seconds. ----@param time float ----@return self -function ActionInstant:update (time) end ----* param dt In seconds. ----@param dt float ----@return self -function ActionInstant:step (dt) end ----* ----@return boolean -function ActionInstant:isDone () end
\ No newline at end of file |