Class RectSelector<T>
Inheritance
System.Object
RectSelector<T>
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
| Type |
Description |
| System.Action<ISelector<T>, System.Boolean> |
|
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
| Type |
Description |
| System.Boolean |
|
Explicit Interface Implementations
ISelector<T>.Select(T)
Declaration
bool ISelector<T>.Select(T element)
Parameters
| Type |
Name |
Description |
| T |
element |
|
Returns
| Type |
Description |
| System.Boolean |
|
Implements