Interface ISelector<T>
Namespace: UnityEditor.U2D.Path
Syntax
public interface ISelector<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Select(T)
Declaration
bool Select(T element)
Parameters
| Type | Name | Description |
|---|---|---|
| T | element |
Returns
| Type | Description |
|---|---|
| System.Boolean |