DebugRenderer Class
Namespace: Stride.Rendering.Compositing
Assembly: Stride.Rendering.dll
Derived from DebugRenderer:
[Display("Debug renderer", null)]
public class DebugRenderer : SceneRendererBase, IComponent, IReferencable, ICollectorHolder, ISceneRenderer, IRenderCollector, IGraphicsRenderer, IGraphicsRendererCore, IDisposable, ISharedRenderer, IIdentifiable, IGraphicsRendererBase
|
Improve this Doc
View Source
Properties
DebugRenderStages
public List<RenderStage> DebugRenderStages { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<RenderStage> |
|
|
Improve this Doc
View Source
Methods
CollectCore(RenderContext)
protected override void CollectCore(RenderContext context)
Parameters
Overrides
DrawCore(RenderContext, RenderDrawContext)
protected override void DrawCore(RenderContext context, RenderDrawContext drawContext)
Parameters
Overrides
Extension Methods