updateNode(_:forKey:)
Replaces the node stored under the given name.
Declaration
final func updateNode(_ node: ShaderGraph.Node, forKey name: String) throwsDiscussion
Any existing edges referencing name are preserved and will refer to the updated node.