AnchorSettings.MaxAnchorEdgeLength 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
兩個錨點之間的最大距離,以使用圖形邊緣連接它們。
[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,才能建立錨點的連線圖形。