コード例 #1
0
 void OnEnable()
 {
     instance = this;
     minSize = new Vector2(320, 128);
 }
コード例 #2
0
 void OnDisable()
 {
     if (prefs != null) prefs.Save();
     instance = null;
 }