Table of Contents

Namespace Stride.CommunityToolkit.Renderers

Classes

EntityDebugSceneRenderer

Scene renderer that draws per-entity debug information - the entity's name and/or position - as screen-space text over the 3D scene.

EntityDebugSceneRendererOptions

Options for rendering debug information for entities in the scene.

EntityTextRenderer

Draws the text of every EntityTextComponent in the scene, as a screen-space overlay over the rendered 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.

WorldTextRenderer

Draws every WorldTextComponent as text standing in the 3D scene rather than over it.