autoConfigureDistance
Should the distance be calculated automatically?
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public bool autoConfigureDistance { get; set; }
Remarks
When true, the property will be calculated automatically to match the distance between the and properties. When false, the distance can be configured using the property.
distanceanchorconnectedAnchordistanceAdditional Resources: SpringJoint2D.distance, AnchoredJoint2D.anchor, AnchoredJoint2D.connectedAnchor.