Click or drag to resize
LightSourceIsInfinite Property
Return if this light source is infinite, eg has no range and reach anywhere (like a directional light).

Namespace:  GeonBit.Core.Graphics.Lights
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual bool IsInfinite { get; }

Property Value

Type: Boolean
See Also