Click or drag to resize
AB4D logo

ILightNode Interface

ILightNode interface is used by SceneNodes that contain a light.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface ILightNode

The ILightNode type exposes the following members.

Properties
 NameDescription
Public propertyLight Gets the light defined by this SceneNode.
Top
See Also