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