コード例 #1
0
 /// <summary>
 /// RecursiveBacktracker does not call this
 /// it completely overrides something it doesn't want
 /// from RandomWalkAlgo
 /// </summary>
 protected virtual void EndLastItem(GridGeneratorBase mono, int x, int y)
 {
     mono.EndCoroutine();
 }
コード例 #2
0
 protected override void EndLastItem(GridGeneratorBase mono, int x, int y)
 {
     mono.EndCoroutine();
 }