Method OnSelection
OnSelection(bool, DebugUIHandlerWidget)
OnSelection implementation.
Declaration
public override bool OnSelection(bool fromNext, DebugUIHandlerWidget previous)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | fromNext | True if the selection wrapped around. |
| DebugUIHandlerWidget | previous | Previous widget. |
Returns
| Type | Description |
|---|---|
| bool | State of the widget. |