debugLastPlanarCapturePasses property

  1. @visibleForTesting
List<PlanarReflectionCapturePass> debugLastPlanarCapturePasses
getter/setter pair

The planar reflection capture passes built for the most recent capturing view, for tests that assert graph composition. Empty when no reflector captured.

Implementation

@visibleForTesting
List<PlanarReflectionCapturePass> debugLastPlanarCapturePasses = const [];