mirror of https://github.com/axmolengine/axmol.git
24 lines
789 B
Lua
24 lines
789 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)
|
|
|
|
return nil
|