コード例 #1
0
    IEnumerator EndGeneration(Voronoi voronoi, Generation world, PointOfInterest pointOfInterest)
    {
        yield return(new WaitForSeconds(1f));

        pointOfInterest.FoliageGenerationCallback(voronoi, world);
    }