SetLightFalloff
DocsSetLightFalloff(falloff)Description
Adjust the falloff parameter for an existing light, affecting how light intensity decreases over distance.
Parameters
| Name | Type | Description |
|---|---|---|
falloff | float | A floating‑point value determining the rate at which light intensity diminishes with distance (must be > 0; values ≤ 0 will be clamped internally) |
Returns
voidThis native does not return a value.