Versions with this page:
Versions without this page:
场景中所有光晕的淡化速度。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { RenderSettings.flareFadeSpeed = 0.5F; } }
另请参阅:Lighting Window、LensFlare component。