Aracılığıyla paylaş


AnchorSettings.MaxLocalAnchors Field

Definition

The maximum number of local anchors in the internal anchor graph.

[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 

Field Value

Attributes
UnityEngine.TooltipAttribute

Remarks

Zero or any negative value is considered to be infinite (unlimited).

Applies to