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