Tao.Ode SDK Documentation

Ode.dBodyIsEnabled Method 

Method dBodyIsEnabled Return 1 if a body is currently enabled or 0 if it is disabled.

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

Parameters

body
A dBodyID

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace