OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void
Exemple #1
0
 void OnDestroy()
 {
     if (simulator != null)
     {
         simulator.OnDestroy();
     }
 }
Exemple #2
0
 void OnDestroy()
 {
     simulator.OnDestroy();
 }