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

26 lines
742 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module PhysicsShapeEdgeBox
-- @extend PhysicsShape
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsShapeEdgeBox] getPointsCount
-- @param self
-- @return int#int ret (return value: int)
--------------------------------
-- @function [parent=#PhysicsShapeEdgeBox] create
-- @param self
-- @param #size_table size
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #float float
-- @param #cc.Vec2 vec2
2014-03-10 14:04:58 +08:00
-- @return PhysicsShapeEdgeBox#PhysicsShapeEdgeBox ret (return value: cc.PhysicsShapeEdgeBox)
--------------------------------
-- @function [parent=#PhysicsShapeEdgeBox] getOffset
-- @param self
-- @return Vec2#Vec2 ret (return value: cc.Vec2)
2014-03-10 14:04:58 +08:00
return nil