Tao.Ode SDK Documentation |
|
Ode.dWorldSetAutoDisableTime Method
Set the default auto-disable time for newly created bodies. The default parameter is: AutoDisableTime = 0
[Visual Basic]
Public Shared Sub dWorldSetAutoDisableTime( _
ByVal
world As
IntPtr, _
ByVal
time As
Single _
)
[C#]
public static
void dWorldSetAutoDisableTime(
IntPtr world,
float time);
Parameters
-
world
- A dWorldID
-
time
- A dReal
See Also
Ode Class | Tao.Ode Namespace