reflectionProbe.size = size;
reflectionProbe.center = transform.rotation*offset;
}
public override bool infiniteProjection
{
get
return base.infiniteProjection || (proxyVolume != null && reflectionProbe.boxProjection);
set { m_RefreshMode = value; }
public bool infiniteProjection
public virtual bool infiniteProjection
return proxyVolume != null
&& proxyVolume.proxyVolume.shape == ProxyShape.Infinite;
return proxyVolume != null && proxyVolume.proxyVolume.shape == ProxyShape.Infinite;