Interface ISelector<T>
Namespace: UnityEditor.U2D.Path
Assembly: Unity.2D.Path.Editor.dll
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 |
---|---|
bool |