Method b3Body_SetAngularDamping
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_SetAngularDamping(b3BodyId, float)
Adjust the angular damping. Normally this is set in b3BodyDef before creation.
public static extern void b3Body_SetAngularDamping(b3BodyId bodyId, float angularDamping)