SetLightVolumeDetails
DocsSetLightVolumeDetails(volIntensity, volSizeScale, r, g, b, i, outerExponent)Description
Set volumetric light properties for an existing light, enabling custom volumetric effects such as fog-like glow.
Parameters
| Name | Type | Description |
|---|---|---|
volIntensity | float | Intensity of the volumetric effect |
volSizeScale | float | Scale of the volumetric volume |
r | float | Red channel for volumetric outer color (0–255) |
g | float | Green channel for volumetric outer color (0–255) |
b | float | Blue channel for volumetric outer color (0–255) |
i | float | Intensity (alpha) of the volumetric outer color |
outerExponent | float | Exponent controlling falloff of the volumetric outer glow |
Returns
voidThis native does not return a value.