Namespace Serenity.Global.Infrastructure.Views
Classes
UnityViewBase
Abstract base class for Unity-based views that provides common view lifecycle management.
Implements IViewBase for show/hide operations and IFoundationSettings for foundation integration.
Includes automatic cleanup of disposable resources on destruction to prevent memory leaks.
Inherits from MonoBehaviour to enable Unity component functionality and GameObject integration.