Table of Contents

Property LinearDamping

Namespace
Box3D
Assembly
Box3D.NET.dll

LinearDamping

Gets the linear damping, which bleeds off linear velocity over time.

public float LinearDamping { get; init; }

Property Value

float

Remarks

Generally undesirable: it makes objects look like they are moving through treacle. Prefer friction where you can.