xy2Node

fun xy2Node(x: Int, y: Int): Tile?

Retrieves the Tile node at the specified (x, y) coordinates, if it exists.

Return

The Tile node at the given coordinates, or null if no node exists at the specified location.

Parameters

x

The x-coordinate of the node.

y

The y-coordinate of the node.