# PlayModeWindow.PlayModeViewTypes

> List of supported PlayModeViews.

## Definition

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

```csharp
public enum PlayModeWindow.PlayModeViewTypes
```

## Fields

| Value                                                                                                          | Description               |
| -------------------------------------------------------------------------------------------------------------- | ------------------------- |
| [GameView](/engine/6000.0/script-reference/unityeditor/playmodewindow/playmodeviewtypes/gameview.md)           | The GameView entry.       |
| [SimulatorView](/engine/6000.0/script-reference/unityeditor/playmodewindow/playmodeviewtypes/simulatorview.md) | The Simulator view entry. |
