namespace UnityEngine.Rendering { /// /// Volumetric Cloud /// Interface for CloudBackground on each SRP /// public interface ICloudBackground { /// /// Check is the current Render Pipeline had CloudBackground /// /// true if the CloudBackground is usable on the current pipeline public bool IsCloudBackgroundUsable(); } }