Click or drag to resize
DigitalRuneSceneNodeIsRenderable Property
Gets or sets a value indicating whether this scene node can be rendered with a SceneNodeRenderer.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool IsRenderable { get; set; }

Property Value

Type: Boolean
if this scene node can be rendered; otherwise, . The default value depends on the scene node type.
Remarks
The property IsRenderable determines whether an object can be rendered. Renderers should ignore the scene node if this property is .
See Also