RemoveFromGraph(bool)
Removes the current variable from its graph.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
void RemoveFromGraph(bool forceRemove = false)
Parameters
If true, removes the variable and all variable nodes referencing it. If false, removal fails if the variable is referenced in nodes.