Versions with this page:
Versions without this page:
Devuelve el nivel de la calidad de gráficos actual.
using UnityEngine;public class Example : MonoBehaviour { void Start() { int qualityLevel = QualitySettings.GetQualityLevel(); } }
See Also: SetQualityLevel.