mirror of https://github.com/axmolengine/axmol.git
40 lines
1.2 KiB
Lua
40 lines
1.2 KiB
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJointRotaryLimit
|
|
-- @extend PhysicsJoint
|
|
|
|
--------------------------------
|
|
-- @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
|