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보다 커야 합니다.

적용 대상