Property | Type | Description | |
---|---|---|---|
PulsateGrid | bool | ||
adjacents | List |
||
currentlyUsed | bool | ||
elementPairIndex | int | ||
gridIngredient | Ingredient | ||
gridLineIndex | int | ||
index | int | ||
isEmpty | bool | ||
myPairColor | Color | ||
myPairSize | Vector2 | ||
pulseColor | Color | ||
pulseTime | float | ||
pulseUp | bool | ||
topBackgroundColor | Color | ||
tragetIndex | int |
Method | Description | |
---|---|---|
DefineAdjacents ( int i, int j ) : void |
Define the adjacents of the GridCell.
|
|
OneOfAdjacents ( int adjacentIndex ) : bool |
Check if the given adjacent index is one of the Adjacents or Not.
|
|
Reset ( ) : void |
Reset Attributes
|
|
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
AddAdjacent ( Vector2 adjacent ) : void |
Adds the adjacent index (GridCell index) to the Adjacents List.
|
public DefineAdjacents ( int i, int j ) : void | ||
i | int | The index of the Row such that 0=< i < NumberOfRows . |
j | int | The index of the Column such that 0=< j < NumberOfColumns . |
return | void |
public OneOfAdjacents ( int adjacentIndex ) : bool | ||
adjacentIndex | int | an Adjacent index. |
return | bool |