コード例 #1
0
ファイル: RunTimeProfiler.cs プロジェクト: chenxihan/record
 private void OnDestory()
 {
     if (AllowDebugging)
     {
         Application.logMessageReceived -= LogHandler;
     }
     _instance = null;
 }
コード例 #2
0
ファイル: RunTimeProfiler.cs プロジェクト: chenxihan/record
 void Awake()
 {
     _instance = this;
 }