Contents

updateNode(_:forKey:)

Replaces the node stored under the given name.

Declaration

final func updateNode(_ node: ShaderGraph.Node, forKey name: String) throws

Discussion

Any existing edges referencing name are preserved and will refer to the updated node.