このページを含むバージョン:
このページを含まないバージョン:
フレアがフェードするスピード
関連項目: Lens flare component, flare assets.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { public LensFlare lf; public Transform tr; void Update() { lf.fadeSpeed = 0.5F; } }