Maze

class in FinixMakesGames.MazeGenerator / Inherits from:MonoBehaviour

Description

An abstract class meant to store common data between the different types of mazes.

Enums

EnumDescription
GenerationTypeAn enum used in the Inspector window to select the generation method used when creating a maze
AlgorithmTypeAn enum used in the Inspector window to select the algorithm used when creating the layout of the maze

Methods

Public Methods

MethodDescription
ToTextureReturns a Texture2D of the Maze map.