RandomTileModifier

class in FinixMakesGames.MazeGenerator / Inherits from:MonoBehaviour, IQuadMazePrefabModifier

Description

A modifier designed to select candidate Cells and chooses a random one to apply a choosen prefab.

Properties

PropertyDescription
tilePrefabThe tile used for the unique cell.
tileTypeThe format of the tile you want to switch

Inhereted Members

Public Methods

MethodDescription
ApplyPrefabModifierAdds one or multiple <QuadCell,GameObject> pairs to the uniqueTiles property in the given QuadMaze.