Tao.Ode SDK Documentation |
|
Ode.dWorldGetAutoDisableTime Method
Get the current auto-disable time for newly created bodies.
[Visual Basic]
Public Shared Function dWorldGetAutoDisableTime( _
ByVal
world As
IntPtr _
) As
Single
[C#]
public static
float dWorldGetAutoDisableTime(
IntPtr world);
Parameters
-
world
- A dWorldID
Return Value
A dReal
See Also
Ode Class | Tao.Ode Namespace