# LightProbeGroupEditorUtility

> Helper class to enable interaction with the in-scene Light Probe Group edit tool. You can leverage the methods provided by this class to build custom tooling surrounding LightProbeGroups.

## Definition

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

```csharp
public static class LightProbeGroupEditorUtility
```

## Remarks

Additional Resources: [LightProbeGroup](/engine/6000.6/script-reference/unityengine/lightprobegroup.md).

## Static Properties

| Property                                                                                                                           | Description                                                                                |
| ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [probesAreBeingEdited](/engine/6000.6/script-reference/unityeditor/rendering/lightprobegroupeditorutility/probesarebeingedited.md) | Indicates whether the Light Probe editor tool is actively being used in the current scene. |

## Static Methods

| Method                                                                                                                                   | Description                                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [GetSelectedLightProbes](/engine/6000.6/script-reference/unityeditor/rendering/lightprobegroupeditorutility/getselectedlightprobes.md)   | Retrieves the currently selected probes, as indexes.                            |
| [MarkProbePositionsDirty](/engine/6000.6/script-reference/unityeditor/rendering/lightprobegroupeditorutility/markprobepositionsdirty.md) | Informs the Light Probe Editor tool that you have modified the probe positions. |
| [SelectLightProbe](/engine/6000.6/script-reference/unityeditor/rendering/lightprobegroupeditorutility/selectlightprobe.md)               | Selects a light probe in the Light Probe edit tool.                             |
| [UnselectLightProbe](/engine/6000.6/script-reference/unityeditor/rendering/lightprobegroupeditorutility/unselectlightprobe.md)           | Removes the selection from a light probe in the Light Probe edit tool.          |
