Method | Description | |
---|---|---|
Cells ( ) : PGridCell[], | ||
Closed ( int r, int c ) : bool | ||
PlacementGrid ( int width, int height, bool closedSpots ) : UnityEngine | ||
RotateLeft ( ) : void | ||
SetCell ( int r, int c, bool closed ) : void |
Method | Description | |
---|---|---|
CellIndex ( int r, int c ) : int |
public PlacementGrid ( int width, int height, bool closedSpots ) : UnityEngine | ||
width | int | |
height | int | |
closedSpots | bool | |
return | UnityEngine |
public SetCell ( int r, int c, bool closed ) : void | ||
r | int | |
c | int | |
closed | bool | |
return | void |