Tao.Ode SDK Documentation |
|
Ode.dJointDestroy Method
Destroy a joint, disconnecting it from its attached bodies and removing it from the world. However, if the joint is a member of a group then this function has no effect - to destroy that joint the group must be emptied or destroyed.
[Visual Basic]
Public Shared Sub dJointDestroy( _
ByVal
joint As
IntPtr _
)
[C#]
public static
void dJointDestroy(
IntPtr joint);
Parameters
-
joint
- A dJointID
See Also
Ode Class | Tao.Ode Namespace