Version: 2021.2
public static float flareFadeSpeed ;

描述

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

using UnityEngine;

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

另请参阅:Lighting WindowLensFlare component