Version: 2018.2
public static float flareStrength ;

説明

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

using UnityEngine;

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

関連項目: LensFlare component.