Table of Contents

Method b3Body_GetLinearDamping

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

b3Body_GetLinearDamping(b3BodyId)

Get the current linear damping.

public static extern float b3Body_GetLinearDamping(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

float

See the Box3D documentation.