LightAttenuationStartLimit
Property
|
Property that represents start attenuation
limit. The start limit defines the distance from the light source
where light begins to affect the scene. Object closer than the
start limit are not lit.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double StartLimit { get; }
Public ReadOnly Property StartLimit As Double
Get
public:
property double StartLimit {
double get ();
}
member StartLimit : float with get
Property Value
Double
See Also