Skip to content

AutoLayout

interludesoftware.tick

Interlude.Tick

AutoLayout Struct

A disposable scope that automatically restores rect and clip stacks when disposed.

public struct AutoLayout : System.IDisposable

Implements System.IDisposable

Constructors

AutoLayout(UI) Constructor

Captures the current rect and clip stack depths so Dispose() can restore them.

public AutoLayout(Interlude.Tick.UI ui);

Parameters

ui UI

Methods

AutoLayout.Dispose() Method

Pops any rect or clip entries pushed since this scope was created.

public void Dispose();

Implements Dispose()