Tao.Ode SDK Documentation

Ode.dBodyGetGravityMode Method 

Get whether the body is influenced by the world's gravity or not. If mode is nonzero it is, if mode is zero, it isn't.

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

Parameters

b
A dBodyID

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace