onHitTestReady

val onHitTestReady: (hitTest: (x: Double, y: Double) -> IsometricNode?) -> Unit?

Parameters

onHitTestReady

Called once the hit-test function is available. The provided lambda maps screen coordinates to the IsometricNode at that position, or null if nothing was hit.