Table of Contents

Method b3Body_GetAngularDamping

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

b3Body_GetAngularDamping(b3BodyId)

Get the current angular damping.

public static extern float b3Body_GetAngularDamping(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

float

See the Box3D documentation.