Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Select(VisualElement, bool)

Select the GraphElement.
Read time 1 minuteLast updated 11 days ago

Definition

public virtual void Select(VisualElement selectionContainer, bool additive)

Parameters

selectionContainer

Container in which the GraphElement is being selected.

additive

True if selection is additive, false otherwise.