Method HandleRefreshEditor
HandleRefreshEditor(IPortEditor, VisualElement, bool)
Handles the refresh of the editor.
Declaration
public static bool HandleRefreshEditor(IPortEditor self, VisualElement port, bool forceHide)
Parameters
| Type | Name | Description |
|---|---|---|
| IPortEditor | self | This instance. |
| VisualElement | port | The port. |
| bool | forceHide | if set to |
Returns
| Type | Description |
|---|---|
| bool |
|