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

35 lines
961 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module PhysicsJointGear
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsJointGear] setRatio
-- @param self
-- @param #float float
--------------------------------
-- @function [parent=#PhysicsJointGear] getPhase
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#PhysicsJointGear] setPhase
-- @param self
-- @param #float float
--------------------------------
-- @function [parent=#PhysicsJointGear] getRatio
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#PhysicsJointGear] construct
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #float float
-- @param #float float
-- @return PhysicsJointGear#PhysicsJointGear ret (return value: cc.PhysicsJointGear)
return nil