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 FixtureDefBody. fixDefMethods in org.jbox2d.dynamics with parameters of type FixtureDef Modifier and Type Method Description voidFixture. create(Body body, FixtureDef def)FixtureBody. createFixture(FixtureDef def)Creates a fixture and attach it to this body.
-