共用方式為


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,才能建立錨點的連線圖形。

適用於