Namespace Serenity.Feedback.Infrastructure.Overlay
Classes
FeedbackScreenOverlay
Lazily-created full-screen overlay used by screen-flash and similar feedback channels. Creates a DontDestroyOnLoad GameObject with a Canvas (ScreenSpaceOverlay, sortingOrder 12000) and a full-screen Image that does NOT raycast (it must not consume input). Exposes simple color/alpha/hide helpers so channels never touch the Image directly.