Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ReflectionProbe.ReflectionProbeEvent

Types of events that occur when ReflectionProbe components are used in a Scene.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum ReflectionProbe.ReflectionProbeEvent

Remarks

Additional Resources: ReflectionProbe.

Fields

Value

Description

ReflectionProbeAddedAn event that occurs when a Reflection Probe component is added to a Scene or enabled in a Scene.
ReflectionProbeRemovedAn event that occurs when a Reflection Probe component is unloaded from a Scene or disabled in a Scene.