# MacFullscreenMode

> Mac fullscreen mode.

## Definition

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

```csharp
public enum MacFullscreenMode
```

## Remarks

This defines how fullscreen mode is handled on macOS Standalones.

## Fields

| Value                                                                                                                                     | Description                               |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| [FullscreenWindow](/engine/6000.7/script-reference/unityeditor/macfullscreenmode/fullscreenwindow.md)                                     | Fullscreen window.                        |
| [FullscreenWindowWithDockAndMenuBar](/engine/6000.7/script-reference/unityeditor/macfullscreenmode/fullscreenwindowwithdockandmenubar.md) | Fullscreen window with Dock and Menu bar. |
