场景中所有光晕的强度。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { RenderSettings.flareStrength = 0.2F; } }
另请参阅:LensFlare component。