Interface ISelectable<T>
Namespace: UnityEditor.U2D.Path
Assembly: Unity.2D.Path.Editor.dll
Syntax
public interface ISelectable<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Select(ISelector<T>)
Declaration
bool Select(ISelector<T> selector)
Parameters
Type | Name | Description |
---|---|---|
ISelector<T> | selector |
Returns
Type | Description |
---|---|
bool |