|
|
|
|
|
|
set { m_RefreshMode = value; } |
|
|
|
} |
|
|
|
|
|
|
|
public virtual bool infiniteProjection |
|
|
|
public bool infiniteProjection |
|
|
|
return proxyVolume != null && proxyVolume.proxyVolume.shape == ProxyShape.Infinite || m_InfiniteProjection; |
|
|
|
return (proxyVolume != null && proxyVolume.proxyVolume.shape == ProxyShape.Infinite) |
|
|
|
|| (proxyVolume == null && m_InfiniteProjection); |
|
|
|
} |
|
|
|
set |
|
|
|
{ |
|
|
|