VisualServerSingleton.reflectionProbeSetEnableShadows

If true, computes shadows in the reflection probe. This makes the reflection much slower to compute. Equivalent to ReflectionProbe.enableShadows.

struct VisualServerSingleton
@nogc nothrow
void
reflectionProbeSetEnableShadows
(
in RID probe
,
in bool enable
)

Meta