Table of Contents

Class DrawScene

Namespace
Bonsai.Shaders.Rendering
Assembly
Bonsai.Shaders.Rendering.dll

Represents an operator that draws the specified scene.

public class DrawScene : Sink
Inheritance
DrawScene
Inherited Members

Remarks

Each scene is assigned to a specific renderer which controls the rendering steps.

Properties

SceneName

Gets or sets the name of the scene to draw.

Methods

Process<TSource>(IObservable<TSource>)

Draws the specified scene whenever an observable sequence emits a notification.