Uses of Class
org.jbox2d.dynamics.FixtureDef
-
Packages that use FixtureDef Package Description org.jbox2d.dynamics -
-
Uses of FixtureDef in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as FixtureDef Modifier and Type Field Description private FixtureDef
Body. fixDef
Methods in org.jbox2d.dynamics with parameters of type FixtureDef Modifier and Type Method Description void
Fixture. create(Body body, FixtureDef def)
Fixture
Body. createFixture(FixtureDef def)
Creates a fixture and attach it to this body.
-