Version: 5.6
public static float flareStrength ;

説明

シーン内のすべてのフレアの強さ

using UnityEngine;
using System.Collections;

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

関連項目: LensFlare component.