Click or drag to resize
Ab4d.SharpEngine logo

Light Properties

The Light type exposes the following members.

Properties
 NameDescription
Public propertyColor Gets or sets a Color3 that specifies the color of this light.
Public propertyIsEnabled Gets or sets a boolean that specifies if this light is enabled (turned on). When setting this value to false, then this will set the Color to Black. Setting the value back to true will restore the color that was used before the light was disabled.
Public propertyScene Gets or sets the Scene that this Light belongs to.
Top
See Also