| LensFlareIsDirectional Property |
Gets a value indicating whether the lens flare is caused by a directional light, such as the
sun. (Directional lights are treated as if placed at an infinite distance. See remarks.)
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool IsDirectional { get; }
Public ReadOnly Property IsDirectional As Boolean
Get
public:
property bool IsDirectional {
bool get ();
}
member IsDirectional : bool with get
Property Value
Type:
Boolean if the light source is a directional light; otherwise,
.
Remarks
Directional lights are treated as if placed at an infinite distance. The light direction is
defined by the forward direction (see
Forward) of the
LensFlareNode.
See Also