FixtureDefinition
Box2D building DSL utility class. FixtureDef extension exposing new properties. Note that when using fixture builders from BodyDefinition, FixtureDefinition.shape field should not be modified - fixture's shape of the chosen type will already be set in the FixtureDefinition instance.
See also
Properties
Link copied to clipboard
Invoked after the Fixture is fully constructed.
Link copied to clipboard
If true, will dispose of FixtureDef.shape right after Fixture construction.
Link copied to clipboard
Functions
Link copied to clipboard
Utility extension method for setting up of FixtureDef.filter. Allows to copy an existing Filter instance to avoid copying each property manually.
Inlined utility extension method for setting up of FixtureDef.filter. Exposes Filter properties under this
.