コード例 #1
0
 void OnEnable()
 {
     instance = this;
     minSize  = new Vector2(320, 128);
     template = TemplateTools.LoadFromEditorPrefs();
     prefs    = ConverterPrefsTools.Load();
 }
コード例 #2
0
 void OnEnable()
 {
     instance = this;
     minSize = new Vector2(320, 128);
 }
コード例 #3
0
 void OnDisable()
 {
     prefs.Save();
     instance = null;
 }
コード例 #4
0
 void OnDisable()
 {
     ConverterPrefsTools.Save(prefs);
     instance = null;
 }
コード例 #5
0
 void OnDisable()
 {
     prefs.Save();
     instance = null;
 }
コード例 #6
0
 void OnEnable()
 {
     instance = this;
     minSize  = new Vector2(320, 128);
 }