mirror of https://github.com/axmolengine/axmol.git
69 lines
1.9 KiB
Lua
69 lines
1.9 KiB
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJoint
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] getBodyA
|
|
-- @param self
|
|
-- @return PhysicsBody#PhysicsBody ret (return value: cc.PhysicsBody)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] getBodyB
|
|
-- @param self
|
|
-- @return PhysicsBody#PhysicsBody ret (return value: cc.PhysicsBody)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] getMaxForce
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] setMaxForce
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] isEnabled
|
|
-- @param self
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] setEnable
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] setCollisionEnable
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] getWorld
|
|
-- @param self
|
|
-- @return PhysicsWorld#PhysicsWorld ret (return value: cc.PhysicsWorld)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] setTag
|
|
-- @param self
|
|
-- @param #int int
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] removeFormWorld
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] isCollisionEnabled
|
|
-- @param self
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] getTag
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJoint] destroy
|
|
-- @param self
|
|
-- @param #cc.PhysicsJoint physicsjoint
|
|
|
|
return nil
|