Tao.Ode SDK Documentation |
|
Ode.dBodyDisable Method
Manually disable a body. Note that a disabled body that is connected through a joint to an enabled body will be automatically re-enabled at the next simulation step.
[Visual Basic]
Public Shared Sub dBodyDisable( _
ByVal
body As
IntPtr _
)
[C#]
public static
void dBodyDisable(
IntPtr body);
Parameters
-
body
- A dBodyID
See Also
Ode Class | Tao.Ode Namespace