World:getShapesInArea
Available since LÖVE 12.0 |
This method is not supported in earlier versions. |
Gets a list of Shapes inside the specified area by searching for any overlapping bounding box (Shape:getBoundingBox).
Function
Synopsis
shapes = World:getShapesInArea( topLeftX, topLeftY, bottomRightX, bottomRightY )
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.
Returns
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info