包含此页的版本:
不含此页的版本:
场景中所有光晕的淡化速度。
using UnityEngine;public class Example : MonoBehaviour { void Start() { RenderSettings.flareFadeSpeed = 0.5f; } }
另请参阅:Lighting Window、LensFlare component。