Function ReflectionProbe.enableShadows
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 constant UPDATE_ALWAYS updateMode.
bool enableShadows() nothrow @property @nogc;
void enableShadows
(
bool v
) nothrow @property @nogc;