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

32 lines
1004 B
Lua

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