... { get { if (instance == null) { instance = FindObjectOfType<T>(); } return instance; } } } Singleton is a generic class that derives from UnityEngine.
確定! 回上一頁