예제 #1
0
 void OnGUI()
 {
     if (!_instance)
     {
         _instance = this;
     }
     NotePage();
 }
예제 #2
0
    static string pictureNameText = "Picture Saved.txt";        //定义一个静态变量,代表预制导入图片文档的名字


    public void Awake()
    {
        _instance = this;
    }