共用方式為


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

備註

較高的值會導致較不密集的錨點涵蓋範圍。

適用於