{
get
return base.infiniteProjection || (proxyVolume != null && reflectionProbe.boxProjection);
return base.infiniteProjection || (proxyVolume == null && reflectionProbe.boxProjection);
}