Query

object Query

Stores constants that can be returned by KtxQueryCallback to control its behavior.

See also

Properties

Link copied to clipboard
const val CONTINUE: Boolean = true

Continue querying for the next match.

Link copied to clipboard
const val STOP: Boolean = false

Stop querying the world.