Tao.Ode SDK Documentation

Ode.dWorldGetAutoDisableSteps Method 

Get the current auto-disable steps for newly created bodies

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

Parameters

world
the world to query

Return Value

number of current auto-disable steps

See Also

Ode Class | Tao.Ode Namespace