mirror of https://github.com/axmolengine/axmol.git
17 lines
432 B
Lua
17 lines
432 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsShapeEdgePolygon
|
|
-- @extend PhysicsShape
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgePolygon] getPointsCount
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgePolygon] getCenter
|
|
-- @param self
|
|
-- @return Vec2#Vec2 ret (return value: cc.Vec2)
|
|
|
|
return nil
|