RemoveElementsWithoutNotification(IEnumerable<GraphElement>)
Removes elements from the Scope but do not send a notification.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public void RemoveElementsWithoutNotification(IEnumerable<GraphElement> elements)
Parameters
The elements to remove.