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 才能创建定位点的连接图。