AnchorSettings.MaxAnchorEdgeLength 字段

定义

两个定位点之间的最大距离,用于将它们与图形边缘连接。

[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 

字段值

属性
UnityEngine.TooltipAttribute

注解

必须大于 MinNewAnchorDistance 才能创建定位点的连接图。

适用于