次の方法で共有


AnchorSettings.MaxAnchorEdgeLength フィールド

定義

2 つのアンカーをグラフ エッジに接続するための最大距離。

[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 より大きくする必要があります。

適用対象