diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/SkewTo.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/SkewTo.lua | 42 |
2 files changed, 0 insertions, 42 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/SkewTo.lua b/meta/3rd/Cocos4.0/library/cc/SkewTo.lua deleted file mode 100644 index 559be862..00000000 --- a/meta/3rd/Cocos4.0/library/cc/SkewTo.lua +++ /dev/null @@ -1,42 +0,0 @@ ----@meta - ----@class cc.SkewTo :cc.ActionInterval -local SkewTo={ } -cc.SkewTo=SkewTo - - - - ----* param t In seconds. ----@param t float ----@param sx float ----@param sy float ----@return boolean -function SkewTo:initWithDuration (t,sx,sy) end ----* Creates the action.<br> ----* param t Duration time, in seconds.<br> ----* param sx Skew x angle.<br> ----* param sy Skew y angle.<br> ----* return An autoreleased SkewTo object. ----@param t float ----@param sx float ----@param sy float ----@return self -function SkewTo:create (t,sx,sy) end ----* ----@param target cc.Node ----@return self -function SkewTo:startWithTarget (target) end ----* ----@return self -function SkewTo:clone () end ----* ----@return self -function SkewTo:reverse () end ----* param time In seconds. ----@param time float ----@return self -function SkewTo:update (time) end ----* ----@return self -function SkewTo:SkewTo () end
\ No newline at end of file |