Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


JointTranslationLimits2D

Motion limits of a Rigidbody2D object along a SliderJoint2D.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public struct JointTranslationLimits2D

Remarks

Additional Resources: Rigidbody2D class, SliderJoint2D class.

Properties

Property

Description

maxMaximum distance the Rigidbody2D object can move from the Slider Joint's anchor.
minMinimum distance the Rigidbody2D object can move from the Slider Joint's anchor.