可用品质设置的索引列表。
using UnityEngine;public class Example : MonoBehaviour { void Start() { string[] names; names = QualitySettings.names; } }