Click or drag to resize
DigitalRunePlanarReflectionRendererRenderCallback Property
Gets or sets the method which renders the scene.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Action<RenderContext> RenderCallback { get; set; }

Property Value

Type: ActionRenderContext
The callback method that renders the scene. Must not be .
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also