Click or drag to resize

SpotLightSpotRange Property

The maximal range that can be reached by the spotlight. Note that the effectively lit area may appear to be smaller depending on the SpotAttenuation in use. No matter the SpotAttenuation in use, the light will never reach anything outside this range.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float SpotRange { get; set; }

Property Value

Type: Single
See Also