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 |
|---|---|
| ReflectionProbeAdded | An event that occurs when a Reflection Probe component is added to a Scene or enabled in a Scene. |
| ReflectionProbeRemoved | An event that occurs when a Reflection Probe component is unloaded from a Scene or disabled in a Scene. |