The XDirectionalLight represents the directional lights. The directional light is a light that illuminates the object from an infinite distance in the given direction.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public class XDirectionalLight : XLight

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      SGP.XSpace..::.XSprite
        SGP.XSpace..::.XLight
          SGP.XSpace..::.XDirectionalLight

See Also