World:queryBoundingBox (Français)

Disponible depuis LÖVE 0.8.0
Ce-tte method n'est pas supporté-e par des versions plus anciennes.

Appelle une fonction pour chaque Fixture (objet fixe) dans l'air spécifiée en recherchant toute boîte de cadrage la croisant (Fixture:getBoundingBox).

WorldqueryBoundingBox.png

Function

Synopsis

World:queryBoundingBox( topLeftX, topLeftY, bottomRightX, bottomRightY, callback )

Arguments

number topLeftX
The x position of the top-left point.
number topLeftY
The y position of the top-left point.
number bottomRightX
The x position of the bottom-right point.
number bottomRightY
The y position of the bottom-right point.
function callback
This function gets passed one argument, the fixture, and should return a boolean. The search will continue if it is true or stop if it is false.

Returns

Nothing.

See Also


Autres langues