updateNode(_:forKey:)
Updates an existing node in the graph.
Declaration
mutating func updateNode(_ node: ComputeNodeGraph.Node, forKey nodeID: ComputeNodeGraph.NodeID) throwsParameters
- node:
The updated node data.
Updates an existing node in the graph.
mutating func updateNode(_ node: ComputeNodeGraph.Node, forKey nodeID: ComputeNodeGraph.NodeID) throwsThe updated node data.