ApplyToGraphView(GraphView, Blackboard)
Applies the list of selected elements to a graph view.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public void ApplyToGraphView(GraphView graphView, Blackboard blackboard)
Parameters
The graph view to apply the selection to.
The graph view blackboard or null if none.
Remarks
This method clears the current selection in the graph view, and selects the graph view or blackboard elements indicated by GraphSelection.elements.