Maze Factory  1.0
Unity3d component package for procedural mazes
 All Classes Functions Variables Enumerations Properties
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
oNSystem
oNCollections
oNGeneric
oNReflection
oNUnityEngine
oCMazeFactoryVisualize a generate maze.
oCMFCellA maze is built out of cells. Each cell is built out of 4 boundaries where a nine patch can be derived from.
oCMFMazeThe Maze generator. Generates an abstract two dimensional array of mfcells. Use this class with your own visualisation routine, or use the MazeFactory class on an empty game object to do it for you.
oCMFPosition2D position in the internal grid array.
\CMFRandomizerWrapper for a randomizer. Currently using the System randomizer. But you can easily replace this by unity's or roll your own.