Interface ICloudBackground
Interface defining if an SRP supports environment effects for lens flare occlusion
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface ICloudBackground
Methods
IsCloudBackgroundUsable()
Check is the current Render Pipeline supports environement effects for lens flare occlusion.
Declaration
bool IsCloudBackgroundUsable()
Returns
Type | Description |
---|---|
bool | true if environement effects may occlude lens flares. |