flareStrength
The intensity of all flares in the Scene.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static float flareStrength { get; set; }
Remarks
using UnityEngine;public class Example : MonoBehaviour{ void Start() { RenderSettings.flareStrength = 0.2f; }}
Additional Resources: LensFlare component.