mirror of https://github.com/axmolengine/axmol.git
31 lines
1018 B
Lua
31 lines
1018 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsShapeEdgeSegment
|
|
-- @extend PhysicsShape
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgeSegment] getPointB
|
|
-- @param self
|
|
-- @return vector2_table#vector2_table ret (return value: vector2_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgeSegment] getPointA
|
|
-- @param self
|
|
-- @return vector2_table#vector2_table ret (return value: vector2_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgeSegment] create
|
|
-- @param self
|
|
-- @param #vector2_table array
|
|
-- @param #vector2_table array
|
|
-- @param #cc.PhysicsMaterial physicsmaterial
|
|
-- @param #float float
|
|
-- @return PhysicsShapeEdgeSegment#PhysicsShapeEdgeSegment ret (return value: cc.PhysicsShapeEdgeSegment)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgeSegment] getCenter
|
|
-- @param self
|
|
-- @return vector2_table#vector2_table ret (return value: vector2_table)
|
|
|
|
return nil
|