Fixture:getBody

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Returns the body to which the fixture is attached.

Function

Synopsis

body = Fixture:getBody( )

Arguments

None.

Returns

Body body
The parent body.

See Also


Other Languages