Class RectSelector<T>
Inheritance
RectSelector<T>
Assembly: Unity.2D.Path.Editor.dll
Syntax
public abstract class RectSelector<T> : ISelector<T>
Type Parameters
Constructors
RectSelector()
Declaration
RectSelector(GUISystem)
Declaration
public RectSelector(GUISystem guiSystem)
Parameters
Fields
onSelectionBegin
Declaration
public Action<ISelector<T>, bool> onSelectionBegin
Field Value
onSelectionChanged
Declaration
public Action<ISelector<T>> onSelectionChanged
Field Value
onSelectionEnd
Declaration
public Action<ISelector<T>> onSelectionEnd
Field Value
Properties
guiRect
Declaration
public Rect guiRect { get; }
Property Value
Methods
OnGUI()
Declaration
Select(T)
Declaration
protected abstract bool Select(T element)
Parameters
Type |
Name |
Description |
T |
element |
|
Returns
Implements