Beispiel #1
0
    public IEnumerator Build()
    {
        state = HeightMapGenState.building;
        yield return(Create());

        state = HeightMapGenState.done;
    }
Beispiel #2
0
 public void Cancel()
 {
     state = HeightMapGenState.idle;
 }