mirror of https://github.com/axmolengine/axmol.git
36 lines
985 B
Lua
36 lines
985 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJointGear
|
|
-- @extend PhysicsJoint
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGear] setRatio
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGear] getPhase
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGear] setPhase
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGear] getRatio
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGear] construct
|
|
-- @param self
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #float float
|
|
-- @param #float float
|
|
-- @return PhysicsJointGear#PhysicsJointGear ret (return value: cc.PhysicsJointGear)
|
|
|
|
return nil
|