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

ArticulationBody.SetDriveStiffness

Switch to Manual

Declaration

public void SetDriveStiffness(ArticulationDriveAxis axis, float value);

Parameters

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

Description

Sets the stiffness value of the specified drive.

Additional resources: ArticulationDrive.stiffness.