summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/PhysicsShapeEdgePolygon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/PhysicsShapeEdgePolygon.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/PhysicsShapeEdgePolygon.lua17
2 files changed, 0 insertions, 17 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/PhysicsShapeEdgePolygon.lua b/meta/3rd/Cocos4.0/library/cc/PhysicsShapeEdgePolygon.lua
deleted file mode 100644
index 915e0f24..00000000
--- a/meta/3rd/Cocos4.0/library/cc/PhysicsShapeEdgePolygon.lua
+++ /dev/null
@@ -1,17 +0,0 @@
----@meta
-
----@class cc.PhysicsShapeEdgePolygon :cc.PhysicsShape
-local PhysicsShapeEdgePolygon={ }
-cc.PhysicsShapeEdgePolygon=PhysicsShapeEdgePolygon
-
-
-
-
----* Get this polygon's points array count.<br>
----* return An integer number.
----@return int
-function PhysicsShapeEdgePolygon:getPointsCount () end
----* Get this polygon's center position.<br>
----* return A Vec2 object.
----@return vec2_table
-function PhysicsShapeEdgePolygon:getCenter () end \ No newline at end of file