summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/Physics3DConstraint.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/Physics3DConstraint.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/Physics3DConstraint.lua49
2 files changed, 0 insertions, 49 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/Physics3DConstraint.lua b/meta/3rd/Cocos4.0/library/cc/Physics3DConstraint.lua
deleted file mode 100644
index 6c04127c..00000000
--- a/meta/3rd/Cocos4.0/library/cc/Physics3DConstraint.lua
+++ /dev/null
@@ -1,49 +0,0 @@
----@meta
-
----@class cc.Physics3DConstraint :cc.Ref
-local Physics3DConstraint={ }
-cc.Physics3DConstraint=Physics3DConstraint
-
-
-
-
----* set enable or not
----@param enabled boolean
----@return self
-function Physics3DConstraint:setEnabled (enabled) end
----* set the impulse that break the constraint
----@param impulse float
----@return self
-function Physics3DConstraint:setBreakingImpulse (impulse) end
----* get user data
----@return void
-function Physics3DConstraint:getUserData () end
----* get the impulse that break the constraint
----@return float
-function Physics3DConstraint:getBreakingImpulse () end
----* get rigid body a
----@return cc.Physics3DRigidBody
-function Physics3DConstraint:getBodyA () end
----* is it enabled
----@return boolean
-function Physics3DConstraint:isEnabled () end
----* get override number of solver iterations
----@return int
-function Physics3DConstraint:getOverrideNumSolverIterations () end
----* get rigid body b
----@return cc.Physics3DRigidBody
-function Physics3DConstraint:getBodyB () end
----* override the number of constraint solver iterations used to solve this constraint, -1 will use the default number of iterations, as specified in SolverInfo.m_numIterations
----@param overrideNumIterations int
----@return self
-function Physics3DConstraint:setOverrideNumSolverIterations (overrideNumIterations) end
----* get constraint type
----@return int
-function Physics3DConstraint:getConstraintType () end
----* get user data
----@param userData void
----@return self
-function Physics3DConstraint:setUserData (userData) end
----*
----@return btTypedConstraint
-function Physics3DConstraint:getbtContraint () end \ No newline at end of file