Tao.Ode SDK Documentation |
|
Ode.dBodySetAutoDisableSteps Method
Method dBodySetAutoDisableSteps Set the number of simulation steps that a body must be idle before it is automatically disabled. Set this to zero to disable consideration of the number of steps.
[Visual Basic]
Public Shared Sub dBodySetAutoDisableSteps( _
ByVal
body As
IntPtr, _
ByVal
steps As
Integer _
)
[C#]
public static
void dBodySetAutoDisableSteps(
IntPtr body,
int steps);
Parameters
-
body
- A dBodyID
-
steps
- An int
See Also
Ode Class | Tao.Ode Namespace