Click or drag to resize
DigitalRuneShadowMaskRendererCanRender Method
Determines whether this renderer can handle the specified scene node.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public override bool CanRender(
	SceneNode node,
	RenderContext context
)

Parameters

node
Type: DigitalRune.Graphics.SceneGraphSceneNode
The scene node to be rendered.
context
Type: DigitalRune.GraphicsRenderContext
The render context.

Return Value

Type: Boolean
if this instance renders the specified node; otherwise, .
See Also