Version: 2017.2
public static float flareStrength ;

描述

场景中所有光晕的强度。

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { RenderSettings.flareStrength = 0.2F; } }

另请参阅:LensFlare component