Method GetIndexByWorldPosition
GetIndexByWorldPosition(Vector2)
Returns the index of the item at the given position.
Declaration
public int GetIndexByWorldPosition(Vector2 worldPosition)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | worldPosition | The position of the item in the world-space. |
Returns
Type | Description |
---|---|
int | The index of the item at the given position. |
Remarks
The position is relative to the top left corner of the grid. No check is made to see if the index is valid.