Click or drag to resize
DigitalRuneShadowCasterQueryShadowCasters Property
Gets the scene nodes that cast shadows.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public List<SceneNode> ShadowCasters { get; }

Property Value

Type: ListSceneNode
The scene nodes that cast shadows.
See Also