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