SetCollapsedElements(IEnumerable<GraphElement>)
Sets the list of collapsed elements. This method is not meant to be called.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
protected void SetCollapsedElements(IEnumerable<GraphElement> collapsedElements)
Parameters
The list of elements to mark as collapsed.
Remarks
The purpose of this method is to be overridden in a derived class. This method is called when a list of elements are collapsed.