ISelection
Selection interface.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public interface ISelection
Properties
Property | Description |
|---|---|
| selection | Get the selection. |
Methods
Method | Description |
|---|---|
| AddToSelection | Add element to selection. |
| ClearSelection | Clear selection. |
| RemoveFromSelection | Remove element from selection. |