diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/PhysicsJointMotor.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/PhysicsJointMotor.lua | 29 |
2 files changed, 0 insertions, 29 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/PhysicsJointMotor.lua b/meta/3rd/Cocos4.0/library/cc/PhysicsJointMotor.lua deleted file mode 100644 index 77e79241..00000000 --- a/meta/3rd/Cocos4.0/library/cc/PhysicsJointMotor.lua +++ /dev/null @@ -1,29 +0,0 @@ ----@meta - ----@class cc.PhysicsJointMotor :cc.PhysicsJoint -local PhysicsJointMotor={ } -cc.PhysicsJointMotor=PhysicsJointMotor - - - - ----* Set the relative angular velocity. ----@param rate float ----@return self -function PhysicsJointMotor:setRate (rate) end ----* Get the relative angular velocity. ----@return float -function PhysicsJointMotor:getRate () end ----* ----@return boolean -function PhysicsJointMotor:createConstraints () end ----* Create a motor joint.<br> ----* param a A is the body to connect.<br> ----* param b B is the body to connect.<br> ----* param rate Rate is the desired relative angular velocity.<br> ----* return A object pointer. ----@param a cc.PhysicsBody ----@param b cc.PhysicsBody ----@param rate float ----@return self -function PhysicsJointMotor:construct (a,b,rate) end
\ No newline at end of file |