Unity 单例模式

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