Tao.Ode SDK Documentation

Ode.dBodyGetAutoDisableSteps Method 

Method dBodyGetAutoDisableSteps Get the number of simulation steps that a body must be idle before it is automatically disabled. If zero, consideration of the number of steps is disabled.

[Visual Basic]
Public Shared Function dBodyGetAutoDisableSteps( _
   ByVal body As IntPtr _
) As Integer
[C#]
public static int dBodyGetAutoDisableSteps(
   IntPtr body
);

Parameters

body
A dBodyID

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace