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

ArticulationBody.SetDriveForceLimit

Switch to Manual

Declaration

public void SetDriveForceLimit(ArticulationDriveAxis axis, float value);

Parameters

axis The drive axis.
value The value to set the force limit to.

Description

Sets the force limit of the specified drive.

Additional resources: ArticulationDrive.forceLimit.