Light.Range Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the distance beyond which the light has no effect.
Visual Basic Public Property Range As Single C# public float Range { get; set; } C++ public:
property float Range {
float get();
void set(float value);
}JScript public function get Range() : float
public function set Range(float);
System.Single
This property is read/write.
Value that indicates the distance beyond which the light has no effect.
The maximum allowable value for this member is the square root of MaxValue
.
This member does not affect directional lights.
Exceptions
InvalidCallException The property value is invalid.
Show:
