Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
omniRange
The light’s radius. Note that the effectively lit area may appear to be smaller depending on the omniAttenuation
in use. No matter the omniAttenuation
in use, the light will never reach anything outside this radius.
final var omniRange: Double { get set }
Other members in extension
Types
Type members
Instance members
var omniAttenuation: Double
The light’s attenuation (drop-off) curve. A number of presets are available in the Inspector by right-clicking the curve. Zero and negative values are allowed but can produce unusual effects.
var omniShadowMode: OmniLight3D.ShadowMode
See
ShadowMode
.