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

31 lines
932 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module PhysicsShapeEdgeSegment
-- @extend PhysicsShape
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] getPointB
-- @param self
-- @return Vec2#Vec2 ret (return value: cc.Vec2)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] getPointA
-- @param self
-- @return Vec2#Vec2 ret (return value: cc.Vec2)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] create
-- @param self
-- @param #cc.Vec2 vec2
-- @param #cc.Vec2 vec2
2014-03-10 14:04:58 +08:00
-- @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)
2014-03-10 14:04:58 +08:00
return nil