axmol/cocos/scripting/lua-bindings/auto/api/PhysicsShapePolygon.lua

28 lines
771 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module PhysicsShapePolygon
-- @extend PhysicsShape
2014-03-10 14:04:58 +08:00
--------------------------------
-- @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)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @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)
2014-03-10 14:04:58 +08:00
return nil