mirror of https://github.com/axmolengine/axmol.git
46 lines
1.3 KiB
Lua
46 lines
1.3 KiB
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJointRotarySpring
|
|
-- @extend PhysicsJoint
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointRotarySpring] getDamping
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointRotarySpring] setRestAngle
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointRotarySpring] getStiffness
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointRotarySpring] setStiffness
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointRotarySpring] setDamping
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointRotarySpring] getRestAngle
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointRotarySpring] construct
|
|
-- @param self
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #float float
|
|
-- @param #float float
|
|
-- @return PhysicsJointRotarySpring#PhysicsJointRotarySpring ret (return value: cc.PhysicsJointRotarySpring)
|
|
|
|
return nil
|