| LightQueryImageBasedLights Property |
Gets the image-based lights.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public List<LightNode> ImageBasedLights { get; }
Public ReadOnly Property ImageBasedLights As List(Of LightNode)
Get
public:
property List<LightNode^>^ ImageBasedLights {
List<LightNode^>^ get ();
}
member ImageBasedLights : List<LightNode> with get
Property Value
Type:
ListLightNodeThe image-based lights.
See Also