Click or drag to resize

ReflectionProbeEnableShadows Property

If true, computes shadows in the reflection probe. This makes the reflection probe slower to render; you may want to disable this if using the UpdateMode.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool EnableShadows { get; set; }

Property Value

Type: Boolean
See Also