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.
Additional resources: LightProbeGroup.
| Property | Description |
|---|---|
| probesAreBeingEdited | Indicates whether the Light Probe editor tool is actively being used in the current scene. |
| Method | Description |
|---|---|
| GetSelectedLightProbes | Retrieves the currently selected probes, as indexes. |
| MarkProbePositionsDirty | Informs the Light Probe Editor tool that you have modified the probe positions. |
| SelectLightProbe | Selects a light probe in the Light Probe edit tool. |
| UnselectLightProbe | Removes the selection from a light probe in the Light Probe edit tool. |