{{newin|[[0.9.2]]|092|type=function}}
Gets the two [[Fixture]]s that hold the shapes that are in contact.
== Function ==
=== Synopsis ===
<source lang="lua">
fixtureA, fixtureB = Contact:getFixtures( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Fixture|fixtureA|The first Fixture.}}
{{param|Fixture|fixtureB|The second Fixture.}}
== See Also ==
* [[parent::Contact]]
[[Category:Functions]]
{{#set:Description=Gets the two [[Fixture]]s that hold the shapes that are in contact.}}
== Other Languages ==
{{i18n|Contact:getFixtures}}