RelativeLongestPathModifier

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

Description

A modifier designed to add a prefab tile that's furthest away from a chosen cell.

Properties

PropertyDescription
startTilePositionThe position of the tile that the modifier will use to choose the furthest cell
endPrefabThe tile used for the exit cell.
endLinksHow many links/paths the exit prefab is supposed to have.

Inhereted Members

Public Methods

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