# probesAreBeingEdited

> Indicates whether the Light Probe editor tool is actively being used in the current scene.

## Definition

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

```csharp
public static bool probesAreBeingEdited { get; }
```

### Remarks

Even if a Light Probe Group is selected in the Hierarchy, this property returns false unless the user has entered Light Probe editing mode.
