diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/AutoPolygon.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/AutoPolygon.lua | 16 |
2 files changed, 0 insertions, 16 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/AutoPolygon.lua b/meta/3rd/Cocos4.0/library/cc/AutoPolygon.lua deleted file mode 100644 index 6aa221dd..00000000 --- a/meta/3rd/Cocos4.0/library/cc/AutoPolygon.lua +++ /dev/null @@ -1,16 +0,0 @@ ----@meta - ----@class cc.AutoPolygon -local AutoPolygon={ } -cc.AutoPolygon=AutoPolygon - - - - ----* create an AutoPolygon and initialize it with an image file<br> ----* the image must be a 32bit PNG for current version 3.7<br> ----* param filename a path to image file, e.g., "scene1/monster.png".<br> ----* return an AutoPolygon object; ----@param filename string ----@return self -function AutoPolygon:AutoPolygon (filename) end
\ No newline at end of file |