Enum RenderingServer.ReflectionProbeAmbientMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.ReflectionProbeAmbientMode : long
Fields
Color = 2
Apply custom ambient lighting inside the reflection probe's box defined by its size. See ReflectionProbeSetAmbientColor(Rid, Color) and ReflectionProbeSetAmbientEnergy(Rid, float).
Disabled = 0
Do not apply any ambient lighting inside the reflection probe's box defined by its size.
Environment = 1
Apply automatically-sourced environment lighting inside the reflection probe's box defined by its size.