Definition
SetBloomIntensity(float intensity)
Description
This function sets the bloom intensity.
Parameters
intensity
Specifies the bloom intensity. This value must be between 0.0 and 1.0.
Example
function Init() SetBloomIntensity(0.5) end function Update() end
In this example, we set the bloom intensity to 0.5.
SetBloomIntensity