imgui_save_snapshot
Save the current Dear ImGui layout state as a named snapshot so it can be restored later, enabling iterative UI design without losing progress.
Instructions
Save the current layout state as a named snapshot. Snapshots can be restored later with imgui_load_snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Snapshot name (default: snapshot_N) |