Class PointRectSelector
Inherited Members
Namespace: UnityEditor.U2D.Path
Syntax
public class PointRectSelector : RectSelector<Vector3>, ISelector<Vector3>
Methods
Select(Vector3)
Declaration
protected override bool Select(Vector3 element)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | element |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
UnityEditor.U2D.Path.RectSelector<Vector3>.Select(Vector3)