Phaser API Documentation

  Version: 
<static> parseFixture(fixtureConfig)

Description:

Parses an element of the "fixtures" list exported by PhysicsEditor

Parameters:

name type description
fixtureConfig object

The fixture object to parse.

Returns:
Description:
  • An array of Matter JS Bodies.
Type:
  • Array.<MatterJS.BodyType>
Since: 3.10.0