Tao.Ode SDK Documentation

Ode.dBodySetMass Method 

Set the mass of the body (see the mass functions)

[Visual Basic]
Public Shared Sub dBodySetMass( _
   ByVal body As IntPtr, _
   ByRef mass As dMass _
)
[C#]
public static void dBodySetMass(
   IntPtr body,
   ref dMass mass
);

Parameters

body
A dBodyID
mass
A dMass

See Also

Ode Class | Tao.Ode Namespace