Version: 2017.3
public static float flareFadeSpeed ;

描述

场景中所有光晕的淡化速度。

using UnityEngine;
using System.Collections;

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

另请参阅:Lighting WindowLensFlare component