Table of Contents

Method b3Body_GetMassData

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Body_GetMassData(b3BodyId)

Get the mass data for a body

public static extern b3MassData b3Body_GetMassData(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

b3MassData

See the Box3D documentation.