Метод | Описание | |
---|---|---|
IsInRegion ( |
Returns true if the current block is in the region
|
|
IsNeighbour ( |
Returns true if this block is a distance of 1 away from any of the blocks in this region
|
|
IsNeighbour ( |
Returns true if this region is adjacent to this region. That is they have at least one pair of adjacent tiles
|
|
Region ( ) : System |
public IsInRegion ( |
||
block | ||
Результат | bool |
public IsNeighbour ( |
||
block | ||
Результат | bool |
public IsNeighbour ( |
||
region | ||
Результат | bool |