Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

JointDriveMode

Description

The ConfigurableJoint attempts to attain position / velocity targets based on this flag.

Variables

NoneDon't apply any forces to reach the target.
PositionTry to reach the specified target position.
VelocityTry to reach the specified target velocity.
PositionAndVelocityTry to reach the specified target position and velocity.