AnchorSettings.MaxLocalAnchors Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).