Method CastWidget
CastWidget<T>()
Casts the widget to the correct type.
Declaration
protected T CastWidget<T>() where T : DebugUI.Widget
Returns
Type | Description |
---|---|
T | Properly cast reference to the widget. |
Type Parameters
Name | Description |
---|---|
T | Type of the widget. |