Tao.Ode SDK Documentation |
|
Ode.dBodyGetAutoDisableFlag Method
Method dBodyGetAutoDisableFlag Get the auto-disable flag of a body. If the do_auto_disable is nonzero the body will be automatically disabled when it has been idle for long enough.
[Visual Basic]
Public Shared Function dBodyGetAutoDisableFlag( _
ByVal
body As
IntPtr _
) As
Integer
[C#]
public static
int dBodyGetAutoDisableFlag(
IntPtr body);
Parameters
-
body
- A dBodyID
Return Value
An int
See Also
Ode Class | Tao.Ode Namespace