Click or drag to resize
RigidBodySetDamping Method
Set damping.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetDamping(
	float linear,
	float angular
)

Parameters

linear
Type: SystemSingle
Linear damping.
angular
Type: SystemSingle
Angular damping.
See Also