Skip to main content

Module capture

Module capture 

Source
Expand description

LayoutManager decorator that records layout output.

Wrap your layout manager with LayoutModuleCapture during a record pass (stage 1) to capture the per-frame layout output for JSON persistence via store_computed_layout.

Structsยง

LayoutModuleCapture
Wraps a layout manager and accumulates layout output across frames.