예제 #1
0
 protected virtual void Awake()
 {
     NMDebug.MonoLog(this, MethodBase.GetCurrentMethod().Name);
 }
예제 #2
0
 public virtual void Exit()
 {
     NMDebug.MainLog(this, MethodBase.GetCurrentMethod().Name);
 }
예제 #3
0
 protected virtual void OnApplicationQuit()
 {
     NMDebug.MonoLog(this, MethodBase.GetCurrentMethod().Name);
 }
예제 #4
0
 public virtual IEnumerator PreEnter(Scene nextScene)
 {
     NMDebug.MainLog(this, MethodBase.GetCurrentMethod().Name); yield return(null);
 }
예제 #5
0
 protected virtual void OnApplicationPause(bool pause)
 {
     NMDebug.MonoLog(this, MethodBase.GetCurrentMethod().Name, pause.ToString());
 }