Tao.Ode SDK Documentation

Ode.dWorldGetAutoEnableDepthSF1 Method 

Get the AutoEnableDepth parameter used by the StepFast1 algorithm.

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

Parameters

world
the world to query

Return Value

the autoenable depth

See Also

Ode Class | Tao.Ode Namespace