Version: 2017.3
public static float flareFadeSpeed ;

説明

シーン上のすべてのフレアがフェードする速度

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { RenderSettings.flareFadeSpeed = 0.5F; } }