Method OnSelection
OnSelection(bool, DebugUIHandlerWidget)
OnSelection implementation.
Declaration
public virtual 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 | True if the selection is allowed. |