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