Difference between revisions of "Body:getShapes"

(Created page)
(No difference)

Revision as of 14:39, 13 April 2024

Available since LÖVE 12.0
It has replaced Body:getFixtures.

Returns a table with all Shapes attached to the Body.

Function

Synopsis

shapes = Body:getShapes( )

Arguments

None.

Returns

table shapes
A sequence with all shapes.

See Also

Other Languages