Share via


AnchorSettings.MaxAnchorEdgeLength Field

Definition

The maximum distance between two anchors to connect them with a graph edge.

[UnityEngine.Tooltip("The maximum distance between two anchors to connect them with a graph edge.")]
public float MaxAnchorEdgeLength;
[<UnityEngine.Tooltip("The maximum distance between two anchors to connect them with a graph edge.")>]
val mutable MaxAnchorEdgeLength : single
Public MaxAnchorEdgeLength As Single 

Field Value

Attributes
UnityEngine.TooltipAttribute

Remarks

This must be greater than MinNewAnchorDistance to create a connected graph of anchors.

Applies to