Tao.Ode SDK Documentation

Ode.dWorldGetAutoDisableLinearThreshold Method 

Get the current auto-disable linear threshold for newly created bodies.

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

Parameters

world
A dWorldID

Return Value

A dReal

See Also

Ode Class | Tao.Ode Namespace