Module node_scene

Source
Expand description

This provides the NodeScene type, which allows for the saving and loading of scenes, as well as the easy initialization of them via the scene! macro!

Structsยง

NodeScene
A recursive structure that allows for the storage, saving, and loading of a dormant scene of nodes. The root node is what every node in the scene will have its owner set to.