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