Click or drag to resize
LightType Enumeration
Specifies the type of light source that a Light represents.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum LightType
Members
  Member nameValueDescription
Ambient0 Represents an infinite light in camera coordinates, that is used for ambient lighting.
Infinite1 Represents a light source with no position, just a direction. Can cast shadows.
Point2 Represents a light source with a position, direction and angle of influence. Can cast shadows.
Spot3 Represents a light source that casts light in all directions. Cannot cast shadows.
Version Information

Supported in: 1.0.0.0
See Also