Click or drag to resize
DigitalRuneDebugRendererEffect Property
Gets the effect used for rendering.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public BasicEffect Effect { get; }

Property Value

Type: BasicEffect
The effect used for rendering. If this value is , the debug renderer does not draw points, lines or triangles. The default value is a new BasicEffect.
See Also