diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/PhysicsJointRatchet.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/PhysicsJointRatchet.lua | 45 |
2 files changed, 0 insertions, 45 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 +Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8 diff --git a/meta/3rd/Cocos4.0/library/cc/PhysicsJointRatchet.lua b/meta/3rd/Cocos4.0/library/cc/PhysicsJointRatchet.lua deleted file mode 100644 index be8033b4..00000000 --- a/meta/3rd/Cocos4.0/library/cc/PhysicsJointRatchet.lua +++ /dev/null @@ -1,45 +0,0 @@ ----@meta - ----@class cc.PhysicsJointRatchet :cc.PhysicsJoint -local PhysicsJointRatchet={ } -cc.PhysicsJointRatchet=PhysicsJointRatchet - - - - ----* Get the ratchet angle. ----@return float -function PhysicsJointRatchet:getAngle () end ----* Set the ratchet angle. ----@param angle float ----@return self -function PhysicsJointRatchet:setAngle (angle) end ----* ----@return boolean -function PhysicsJointRatchet:createConstraints () end ----* Set the initial offset. ----@param phase float ----@return self -function PhysicsJointRatchet:setPhase (phase) end ----* Get the initial offset. ----@return float -function PhysicsJointRatchet:getPhase () end ----* Set the distance between "clicks". ----@param ratchet float ----@return self -function PhysicsJointRatchet:setRatchet (ratchet) end ----* Get the distance between "clicks". ----@return float -function PhysicsJointRatchet:getRatchet () end ----* Create a ratchet joint.<br> ----* param a A is the body to connect.<br> ----* param b B is the body to connect.<br> ----* param phase Phase is the initial offset to use when deciding where the ratchet angles are.<br> ----* param ratchet Ratchet is the distance between "clicks".<br> ----* return A object pointer. ----@param a cc.PhysicsBody ----@param b cc.PhysicsBody ----@param phase float ----@param ratchet float ----@return self -function PhysicsJointRatchet:construct (a,b,phase,ratchet) end
\ No newline at end of file |