Partilhar via


AnchorSettings.MaxAnchorEdgeLength Campo

Definição

A distância máxima entre duas âncoras para conectá-las com uma borda de grafo.

[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 

Valor do campo

Atributos
UnityEngine.TooltipAttribute

Comentários

Isso deve ser maior que MinNewAnchorDistance para criar um grafo conectado de âncoras.

Aplica-se a