Select(VisualElement, bool)
Select the GraphElement.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public virtual void Select(VisualElement selectionContainer, bool additive)
Parameters
Container in which the GraphElement is being selected.
True if selection is additive, false otherwise.