Click or drag to resize

EnvironmentSsReflectionsEnabled Property

If true, screen-space reflections are enabled. Screen-space reflections are more accurate than reflections from GIProbes or ReflectionProbes, but are slower and can't reflect surfaces occluded by others.

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

Property Value

Type: Boolean
See Also