Awake() public method

public Awake ( ) : void
return void
示例#1
0
 // Awake is called when the script instance is being loaded.
 private void Awake()
 {
     Instance = this;
     this.UpdateNoiseGenerators();
     World.Awake();
 }