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