このページを含むバージョン:
このページを含まないバージョン:
シーン内のすべてのフレアの強さ
using UnityEngine;public class Example : MonoBehaviour { void Start() { RenderSettings.flareStrength = 0.2; } }
関連項目: LensFlare component.