프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_areaSize | float | ||
_cellSize | float | ||
pathAffectingLayers | LayerMask | ||
wallDensity | float |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
GenLayout ( ) : void | ||
GetCellAt ( Vector3 pos ) : Cell, | ||
GetCellAt ( int x, int y ) : Cell, | ||
GetPathAffectingLayers ( ) : LayerMask | ||
OnDisable ( ) : void | ||
Start ( ) : void |
메소드 | 설명 | |
---|---|---|
AddCellToRoom ( Cell, newCell, int inRoom ) : bool |
Adds the cell to given room.
|
|
OpenCellInDirection ( Cell, toOpen, Direction, inDir ) : Cell, |
Opens the cell in direction.
|
|
PrintLayout ( ) : void | ||
RandomDirection ( ) : Direction, |
public static GetPathAffectingLayers ( ) : LayerMask | ||
리턴 | LayerMask |