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();
 }