共用方式為


AnchorSettings.MaxLocalAnchors 欄位

定義

內部錨點圖表中的本機錨點數目上限。

[UnityEngine.Tooltip("The maximum number of local anchors in the internal anchor graph. Non-positive is infinity.")]
public int MaxLocalAnchors;
[<UnityEngine.Tooltip("The maximum number of local anchors in the internal anchor graph. Non-positive is infinity.")>]
val mutable MaxLocalAnchors : int
Public MaxLocalAnchors As Integer 

欄位值

屬性
UnityEngine.TooltipAttribute

備註

零或任何負值會被視為無限 (無限) 。

適用於