hasBackgroundTexture property

bool get hasBackgroundTexture

Whether this environment has a full-resolution source equirect for its background (image environments do; sky-baked / GPU-supplied ones do not).

Implementation

bool get hasBackgroundTexture => _backgroundTexture != null;