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