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

public Awake ( ) : void
Результат void
Пример #1
0
 // Awake is called when the script instance is being loaded.
 private void Awake()
 {
     Instance = this;
     this.UpdateNoiseGenerators();
     World.Awake();
 }