Environment.ssReflectionsEnabled

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.

  1. bool ssReflectionsEnabled [@property getter]
    struct Environment
    @nogc nothrow @property
    bool
    ssReflectionsEnabled
    ()
  2. bool ssReflectionsEnabled [@property setter]

Meta