包含此页的版本:
不含此页的版本:
场景中所有光晕的淡化速度。
using UnityEngine;public class Example : MonoBehaviour { void Start() { RenderSettings.flareFadeSpeed = 0.5f; } }
See Also: The Lighting window, LensFlare component.