summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.PhysicsShapeEdgePolygon.lua
blob: 401a90af72ce31eccaea79da20a5205ea2081a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

---@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