AnchorSettings.MaxAnchorEdgeLength Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Distance maximale entre deux ancres pour les connecter à un bord de graphe.
[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
Valeur de champ
- Attributs
-
UnityEngine.TooltipAttribute
Remarques
Cette valeur doit être supérieure à MinNewAnchorDistance pour créer un graphique connecté d’ancres.