Details
Add Gradients Thermal effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Gradients > Thermal
*without and with Camera Filter Pack Gradients Thermal
Property |
Range |
Default |
---|---|---|
Switch | 0f to 1f | 1f |
Fade | 0f to 1f | 1f |
Manipulate Gradients Thermal by script
Example:
// Drag and Drop your Camera GameObject
// with the Gradients Thermal component
// to your current script on the CamFX_Gradients_Thermal field
public CameraFilterPack_Gradients_Therma CamFX_Gradients_Thermal;
void Update()
{
CamFX_Gradients_Thermal.Switch = 1f;
}