Interface ISelection<T>
Namespace: UnityEditor.U2D.Path
Assembly: solution.dll
Syntax
public interface ISelection<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Name | Description |
|---|---|
| Count | |
| activeElement | |
| elements |
Methods
| Name | Description |
|---|---|
| BeginSelection() | |
| Clear() | |
| Contains(T) | |
| EndSelection(bool) | |
| Select(T, bool) |