Tao.Ode SDK Documentation

Ode.dBodyGetAutoDisableTime Method 

Method dBodyGetAutoDisableTime Get the amount of simulation time that a body must be idle before it is automatically disabled. If zero, consideration of the amount of simulation time is disabled.

[Visual Basic]
Public Shared Function dBodyGetAutoDisableTime( _
   ByVal body As IntPtr _
) As Single
[C#]
public static float dBodyGetAutoDisableTime(
   IntPtr body
);

Parameters

body
A dBodyID

Return Value

A dReal

See Also

Ode Class | Tao.Ode Namespace