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

30 lines
972 B
Lua

--------------------------------
-- @module PhysicsShapeEdgeSegment
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] getPointB
-- @param self
-- @return point_table#point_table ret (return value: point_table)
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] getPointA
-- @param self
-- @return point_table#point_table ret (return value: point_table)
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] create
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #float float
-- @return PhysicsShapeEdgeSegment#PhysicsShapeEdgeSegment ret (return value: cc.PhysicsShapeEdgeSegment)
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] getCenter
-- @param self
-- @return point_table#point_table ret (return value: point_table)
return nil