Version: 2023.2
언어: 한국어
public static float flareStrength ;

설명

The intensity of all flares in the Scene.

using UnityEngine;

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

Additional resources: LensFlare component.