Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ArticulationDriveType

The drive type applied to a particular drive of an ArticulationBody.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public enum ArticulationDriveType

Remarks

Additional Resources: ArticulationDrive.driveType.

Fields

Value

Description

AccelerationDrives in this mode output accelerations instead of forces or torques.
ForceDrives in this mode output forces and torques.
TargetDrives in this mode have a very high stiffness and track the ArticulationDrive.target almost kinematically.
VelocityDrives in this mode have a very high damping and track the ArticulationDrive.targetVelocity almost kinematically.