Unity 單例模式

using UnityEngine;   using System.Collections;   using UnityEditor;   public class MyFont : MonoBehaviour    {     private static MyFont _myFont = new MyFont();     public static Instance     {    
相關文章
相關標籤/搜索