Click or drag to resize
AB4D logo

LightBase Class

LightBase is a base light class
Inheritance Hierarchy
SystemObject
  Ab3d.DirectX.LightsLightBase
    Ab3d.DirectX.LightsAmbientLight
    Ab3d.DirectX.LightsDirectionalLight
    Ab3d.DirectX.LightsPointLight

Namespace: Ab3d.DirectX.Lights
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class LightBase : ILight

The LightBase type exposes the following members.

Constructors
 NameDescription
Public methodLightBase Initializes a new instance of the LightBase class.
Top
Properties
 NameDescription
Public propertyIsEnabled Gets or sets a boolean that specifies if this light is enabled (turned on).
Public propertyParentSceneNode Gets or sets a parent SceneNode - the transformation of the parent SceneNode also affect this light. ParentSceneNode can be null.
Top
See Also