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]
  2. bool ssReflectionsEnabled [@property setter]
    struct Environment
    @nogc nothrow @property
    void
    ssReflectionsEnabled
    (
    bool v
    )

Meta