Namespace Serenity.Ui.Application.Interfaces.Views
Interfaces
IGameplayLoadingOverlayView
Ui View that renders a fullscreen loading overlay during gameplay scene bootstrap. The concrete implementation owns all visual composition (background, progress bar, label, value) and their theme/localization bindings. Callers only express intent: show the overlay, push progress updates, and hide it once readiness is signalled.
IPrimaryInputPromptView
Ui View that shows a prompt to select the primary device (P1) and exposes the result to the rest of the system.