示例#1
0
 void resetSearchFilter()
 {
     EditorPartList.Instance.SearchFilterParts = null;
     QDebug.Log("resetSearchFilter", "QEditor");
 }
示例#2
0
 protected override void OnDestroy()
 {
     base.OnDestroy();
     QDebug.Log("OnDestroy", "QEditor");
 }
示例#3
0
 void setSearchFilter()
 {
     EditorPartList.Instance.SearchFilterParts = searchFilterParts;
     Ready = true;
     QDebug.Log("setSearchFilter", "QEditor");
 }
示例#4
0
 void RnDComplexDespawn()
 {
     Ready        = false;
     QSearch.Text = string.Empty;
     QDebug.Log("RnDComplexDespawn", "QRnD");
 }
示例#5
0
 void OnDestroy()
 {
     QSettings.Instance.Save();
     QDebug.Log("OnDestroy", "QLoading");
 }
示例#6
0
 public void SetValue(int r, int c, int value)
 {
     QDebug.Assert(!boxes[r, c].IsThisBoxFilled());
     boxes[r, c].SetValue(value);
 }
示例#7
0
 void RnDComplexSpawn()
 {
     Ready        = true;
     QSearch.Text = string.Empty;
     QDebug.Log("RnDComplexSpawn", "QRnD");
 }
示例#8
0
文件: Stock.cs 项目: tivec/QuickMods
 void Start()
 {
     QDebug.Log("Start", "QStockToolbar");
 }
示例#9
0
 void OnDestroy()
 {
     QDebug.Log("OnDestroy", "QMainMenu");
 }
示例#10
0
 void OnVesselGoOffRails(Vessel vessel)
 {
     QMute.Verify();
     QDebug.Log("OnVesselGoOffRails");
 }
示例#11
0
 void Start()
 {
     QDebug.Log("Start");
 }
示例#12
0
 void OnApplicationQuit()
 {
     volume.Restore();
     QDebug.Log("OnApplicationQuit");
 }