Tao.Ode SDK Documentation

Ode.dBodySetAutoDisableTime Method 

Method dBodySetAutoDisableTime Set the amount of simulation time that a body must be idle before it is automatically disabled. Set this to zero to disable consideration of the amount of simulation time.

[Visual Basic]
Public Shared Sub dBodySetAutoDisableTime( _
   ByVal body As IntPtr, _
   ByVal time As Single _
)
[C#]
public static void dBodySetAutoDisableTime(
   IntPtr body,
   float time
);

Parameters

body
A dBodyID
time
A dReal

See Also

Ode Class | Tao.Ode Namespace