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.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Rendering
- Assembly: UnityEditor.CoreModule
public static class LightProbeGroupEditorUtility
Remarks
Additional Resources: LightProbeGroup.
Static Properties
Property | Description |
|---|---|
| probesAreBeingEdited | Indicates whether the Light Probe editor tool is actively being used in the current scene. |
Static Methods
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. |