RenderPipeline Class
Represents the render pipeline.
public sealed class RenderPipeline
- Namespace
- Spectre
.Console .Rendering
Constructors
-
RenderPipeline
() -
Initializes a new instance of the
RenderPipeline
class.
Methods
-
void Attach
(IRenderHook) - Attaches a new render hook onto the pipeline.
-
void Detach
(IRenderHook) - Detaches a render hook from the pipeline.
-
IEnumerable<IRenderable> Process
(RenderOptions, IEnumerable <IRenderable> ) - Processes the specified renderables.