Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ArticulationBody.SetDriveDamping

Switch to Manual

Declaration

public void SetDriveDamping(ArticulationDriveAxis axis, float value);

Parameters

axis The drive axis.
value The value to set the damping to.

Description

Sets the damping value of the specified drive.

Additional resources: ArticulationDrive.damping.