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

설명

The intensity of all flares in the Scene.

using UnityEngine;

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

See Also: LensFlare component.