Table of Contents

Namespace Gloam.Core.Interfaces.Base

Classes

BaseLayerRenderer

Base implementation for layer renderers providing common functionality and patterns. Concrete implementations only need to override RenderLayerAsync with their specific rendering logic.

BaseScene

Base implementation for scenes providing common functionality and patterns. Concrete implementations only need to override the lifecycle methods as needed.