CellLinkModifier

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

Description

Allows the user to manually set the paths of a selected Cell.

Properties

PropertyDescription
_cellPositionThe position of the Cell in the Grid
_unLinkIfFalseIf true removes the path of the directions set to false
_northMakes a link to the north path
_southMakes a link to the south path
_westMakes a link to the west path
_eastMakes a link to the east path

Inhereted Members

Public Methods

MethodDescription
ApplyDataModifierModifies the Cell links and consequently the Grid layout