Base node for node chains. Used for I/O implementations.
A node chain makes it possible to create a stack of nodes — one node draws another, which draws another, and so on — in a more efficient manner than nodes usually are drawn.
Assemble a node chain out of NodeChain nodes.
See Source File
Base node for node chains. Used for I/O implementations.