GFXVolumetric Fog
gfx.volumetric_fog.get_emission_energy
Client
Retrieves the current emission energy of the volumetric fog post-processing effect
Syntax
local result = gfx.volumetric_fog.get_emission_energy()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current emission energy value |
Examples
engine.print("info", "Volumetric fog emission energy:", gfx.volumetric_fog.get_emission_energy())