OnDestroy() публичный Метод

public OnDestroy ( ) : void
Результат void
Пример #1
0
 void OnDestroy()
 {
     if (simulator != null)
     {
         simulator.OnDestroy();
     }
 }
Пример #2
0
 void OnDestroy()
 {
     simulator.OnDestroy();
 }