Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public static class LightProbeGroupEditorUtility

Remarks

Additional Resources: LightProbeGroup.

Static Properties

Property

Description

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

Static Methods

Method

Description

GetSelectedLightProbesRetrieves the currently selected probes, as indexes.
MarkProbePositionsDirtyInforms the Light Probe Editor tool that you have modified the probe positions.
SelectLightProbeSelects a light probe in the Light Probe edit tool.
UnselectLightProbeRemoves the selection from a light probe in the Light Probe edit tool.