Namespace Stride.CommunityToolkit.Rendering.Compositing
Classes
- EntityDebugSceneRenderer
Renders debug information (such as entity names and positions) for all entities in a scene.
- EntityDebugSceneRendererOptions
Options for rendering debug information for entities in the scene.
- EntityTextRenderer
A custom scene renderer that renders 2D text and a background for each entity in the scene. This class demonstrates how to use SpriteBatch for 2D rendering within a 3D scene.
- GraphicsCompositorExtensions
Provides extension methods for the GraphicsCompositor class to enhance its functionality. These methods allow for the addition of UI stages, scene renderers, and debug render features, as well as utility methods for working with render stages.