# Show(Rect, PopupWindowContent)

> Show a popup with the given PopupWindowContent.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static void Show(Rect activatorRect, PopupWindowContent windowContent)
```

### Parameters

**** (\[Rect]\(/engine/6000.3/script-reference/unityengine/rect)): The rect of the button that opens the popup.**** (\[PopupWindowContent]\(/engine/6000.3/script-reference/unityeditor/popupwindowcontent)): The content to show in the popup window.

### Remarks

Additional Resources: [PopupWindow](/engine/6000.3/script-reference/unityeditor/popupwindow.md) with full example.
