AnchorSettings.MinNewAnchorDistance 字段

定义

创建新定位点之前与当前最接近的定位点的最小距离。

[UnityEngine.Tooltip("The minimum distance to the current closest anchor before creating a new anchor.")]
public float MinNewAnchorDistance;
[<UnityEngine.Tooltip("The minimum distance to the current closest anchor before creating a new anchor.")>]
val mutable MinNewAnchorDistance : single
Public MinNewAnchorDistance As Single 

字段值

属性
UnityEngine.TooltipAttribute

注解

值越大,定位点覆盖的密度就越小。

适用于