Vixen
02b45cc4
csharp
public static class LayoutLimits

The fixed sizes the layout store is built around.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public const int MaximumCachedMeasurements

    How many measurements one node remembers.

  • public const int MaximumLayoutDepth

    How many times a subtree may be re-entered before layout is declared non-terminating.

Used by (2)

  • CachedMeasurementsVixen.Ui.Layout
  • LayoutTreeVixen.Ui.Layout