Tao.Ode SDK Documentation

Ode.dBodySetAutoDisableTime Method 

[Visual Basic]
Public Shared Sub dBodySetAutoDisableTime( _
   ByVal body As IntPtr, _
   ByVal time As Single _
)
[C#]
public static void dBodySetAutoDisableTime(
   IntPtr body,
   float time
);

See Also

Ode Class | Tao.Ode Namespace