OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void
예제 #1
0
 void OnDestroy()
 {
     if (simulator != null)
     {
         simulator.OnDestroy();
     }
 }
예제 #2
0
 void OnDestroy()
 {
     simulator.OnDestroy();
 }