Version: 2020.1
言語: 日本語
public static float flareFadeSpeed ;

説明

The fade speed of all flares in the Scene.

using UnityEngine;

public class Example : MonoBehaviour { void Start() { RenderSettings.flareFadeSpeed = 0.5f; } }