Enum VisualServerSingleton.ReflectionProbeUpdateMode
enum ReflectionProbeUpdateMode
: int { ... }
Enum members
| Name | Description |
|---|---|
reflectionProbeUpdateAlways
|
Reflection probe will update each frame. This mode is necessary to capture moving objects. |
reflectionProbeUpdateOnce
|
Reflection probe will update reflections once and then stop. |