AnchorSettings.MaxAnchorEdgeLength Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.