RemoveBlockNode(BlockNode)
Removes the specified BlockNode from this context node.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public void RemoveBlockNode(BlockNode blockNode)
Parameters
Remarks
If the specified block node is not part of this context node, the method does nothing.