|
This function allows the user to disable collision testing between the two objects connected by this joint. The default value is enabled. Often, collisions between two connected objects are unnecessary or even undesirable. Disabling collision testing with this function will also result in less processor usage, therefore increasing performance. - Parameters:
-
| bValue |
| | true to disable collisions, false to enable collisions. |
- See also:
- TA::PhysicsJoint::IsCollisionDisabledBetweenObjects.
|