Class LightBuilder.Point

LightBuilder.Point class

public sealed class Point : LightBuilder

Constructors

NameDescription
Point()The default constructor.

Properties

NameDescription
Color { get; set; }Gets or sets the RGB value for light’s color in linear space.
Extras { get; set; }Gets or sets the custom data of this object.
Intensity { get; set; }Gets or sets the Brightness of light in. The units that this is defined in depend on the type of light. Point and spot lights use luminous intensity in candela (lm/sr) while directional lights use illuminance in lux (lm/m2)
Name { get; set; }Gets or sets the display text name, or null.
Range { get; set; }Gets or sets a Hint defining a distance cutoff at which the light’s intensity may be considered to have reached zero. Supported only for point and spot lights. Must be > 0. When undefined, range is assumed to be infinite.

Methods

NameDescription
override Clone()

See Also