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

24 lines
657 B
Lua

--------------------------------
-- @module PhysicsJointMotor
--------------------------------
-- @function [parent=#PhysicsJointMotor] setRate
-- @param self
-- @param #float float
--------------------------------
-- @function [parent=#PhysicsJointMotor] getRate
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#PhysicsJointMotor] construct
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #float float
-- @return PhysicsJointMotor#PhysicsJointMotor ret (return value: cc.PhysicsJointMotor)
return nil