mirror of https://github.com/axmolengine/axmol.git
50 lines
1.3 KiB
Lua
50 lines
1.3 KiB
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJointGear
|
|
-- @extend PhysicsJoint
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsJointGear] setRatio
|
|
-- @param self
|
|
-- @param #float ratchet
|
|
-- @return PhysicsJointGear#PhysicsJointGear self (return value: cc.PhysicsJointGear)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsJointGear] getPhase
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsJointGear] setPhase
|
|
-- @param self
|
|
-- @param #float phase
|
|
-- @return PhysicsJointGear#PhysicsJointGear self (return value: cc.PhysicsJointGear)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsJointGear] createConstraints
|
|
-- @param self
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsJointGear] getRatio
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsJointGear] construct
|
|
-- @param self
|
|
-- @param #cc.PhysicsBody a
|
|
-- @param #cc.PhysicsBody b
|
|
-- @param #float phase
|
|
-- @param #float ratio
|
|
-- @return PhysicsJointGear#PhysicsJointGear ret (return value: cc.PhysicsJointGear)
|
|
|
|
return nil
|