Difference between revisions of "Fixture:getBody"

m
m
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=function}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Returns the body to which the fixture is attached to.
 
Returns the body to which the fixture is attached to.
  

Revision as of 13:40, 4 May 2012

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

Returns the body to which the fixture is attached to.

Function

Synopsis

body = Fixture:getBody( )

Arguments

None.

Returns

Body body
The parent body.

See Also


Other Languages