Type of light model.
            
            Syntax
            Members
| Member | Description | 
| DIRECTIONAL | 
            Directional lights emit light in a single direction and affect the entire scene irregardless of position. They are not affected by attenuation.
             | 
| POINT | 
            Point lights emit light equally in all directions from their position and are affected by attenuation if it is enabled.
             | 
| SPOTLIGHT | 
            Spotlights emit light in a cone from the specified position and in the specified direction. They are affected by attenuation if it is enabled.
             | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.CAD.CADLight.LightType
 
            
            
            See Also