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

25 lines
721 B
Lua

--------------------------------
-- @module PhysicsJointDistance
--------------------------------
-- @function [parent=#PhysicsJointDistance] setDistance
-- @param self
-- @param #float float
--------------------------------
-- @function [parent=#PhysicsJointDistance] getDistance
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#PhysicsJointDistance] construct
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #point_table point
-- @param #point_table point
-- @return PhysicsJointDistance#PhysicsJointDistance ret (return value: cc.PhysicsJointDistance)
return nil