Tao.Ode SDK Documentation |
|
Ode.dBodyDestroy Method
Destroy a body. All joints that are attached to this body will be put into limbo (i.e. unattached and not affecting the simulation, but they will NOT be deleted)
[Visual Basic]
Public Shared Sub dBodyDestroy( _
ByVal
body As
IntPtr _
)
[C#]
public static
void dBodyDestroy(
IntPtr body);
Parameters
-
body
- A dBodyID
See Also
Ode Class | Tao.Ode Namespace