| ShadowCasterQueryShadowCasters Property |
Gets the scene nodes that cast shadows.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public List<SceneNode> ShadowCasters { get; }
Public ReadOnly Property ShadowCasters As List(Of SceneNode)
Get
public:
property List<SceneNode^>^ ShadowCasters {
List<SceneNode^>^ get ();
}
member ShadowCasters : List<SceneNode> with get
Property Value
Type:
ListSceneNodeThe scene nodes that cast shadows.
See Also