2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module PhysicsJointRotaryLimit
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#PhysicsJointRotaryLimit] getMax
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#PhysicsJointRotaryLimit] setMin
|
|
|
|
-- @param self
|
|
|
|
-- @param #float float
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#PhysicsJointRotaryLimit] setMax
|
|
|
|
-- @param self
|
|
|
|
-- @param #float float
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#PhysicsJointRotaryLimit] getMin
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- overload function: construct(cc.PhysicsBody, cc.PhysicsBody)
|
|
|
|
--
|
|
|
|
-- overload function: construct(cc.PhysicsBody, cc.PhysicsBody, float, float)
|
|
|
|
--
|
|
|
|
-- @function [parent=#PhysicsJointRotaryLimit] construct
|
|
|
|
-- @param self
|
|
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
|
|
-- @param #float float
|
|
|
|
-- @param #float float
|
|
|
|
-- @return PhysicsJointRotaryLimit#PhysicsJointRotaryLimit ret (retunr value: cc.PhysicsJointRotaryLimit)
|
|
|
|
|
|
|
|
return nil
|