# enterPlayModeOptionsEnabled

> Determines whether the Enter Play Mode Options are enabled in the Unity Editor or not.

## Definition

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

```csharp
public static bool enterPlayModeOptionsEnabled { get; set; }
```

### Remarks

This feature helps reduce Editor iteration time by allowing you to disable Domain Reload and Scene Reload from the Enter Play Mode process by changing the [EditorSettings.enterPlayModeOptions](/engine/6000.7/script-reference/unityeditor/editorsettings/enterplaymodeoptions.md) Editor Settings.
