Constructor
new GridIndex(row, column)
Create a 2D index position on a grid.
Parameters:
Name | Type | Description |
---|---|---|
row |
int | The first, Row position in the grid. |
column |
int | The second, column position in the grid. |
- Source:
Members
column
Properties:
Name | Type | Description |
---|---|---|
column |
int | The column position on the grid. |
- Source:
row
Properties:
Name | Type | Description |
---|---|---|
row |
int | The row position on the grid. |
- Source: