Click or drag to resize
AB4D logo

ILight Interface

ILight interface represents a 3D light

Namespace: Ab3d.DirectX.Lights
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public interface ILight

The ILight type exposes the following members.

Properties
 NameDescription
Public propertyIsEnabled Gets a boolean that specifies if this light is enabled (turned on).
Public propertyParentSceneNode Gets a parent SceneNode - the transformation of the parent SceneNode also affect this light. ParentSceneNode can be null.
Top
See Also