simvx.core._scene_internal¶
In-memory node-tree snapshot helpers.
These functions serialise a live :class:Node subtree to a plain dict and
reconstruct it again. They are the engine’s transient snapshot primitive –
used for clipboard copy/paste, editor autosave envelopes, play-mode
serialise/restore, and hot-reload state preservation. They are not a disk
serialisation format: scenes on disk are Python source via
- mod:
simvx.core.scene_io.
Private to the engine – consumers import via this private module path.