mirror of https://github.com/axmolengine/axmol.git
17 lines
459 B
Lua
17 lines
459 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 math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
|
|
|
|
return nil
|