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