fixtureDefs property

List<FixtureDef>? fixtureDefs
getter/setter pair

The default implementation of createBody will add these fixtures to the Body that it creates from bodyDef.

Implementation

List<FixtureDef>? fixtureDefs;