このページを含むバージョン:
このページを含まないバージョン:
シーン上のすべてのフレアがフェードする速度
using UnityEngine;public class Example : MonoBehaviour { void Start() { RenderSettings.flareFadeSpeed = 0.5f; } }
関連項目: Lighting Window, LensFlare component.