Uses of Class
org.jbox2d.dynamics.BodyType
-
Packages that use BodyType Package Description org.jbox2d.dynamics -
-
Uses of BodyType in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as BodyType Modifier and Type Field Description BodyType
Body. m_type
BodyType
BodyDef. type
The body type: static, kinematic, or dynamic.Methods in org.jbox2d.dynamics that return BodyType Modifier and Type Method Description BodyType
Body. getType()
static BodyType
BodyType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BodyType[]
BodyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbox2d.dynamics with parameters of type BodyType Modifier and Type Method Description void
Body. setType(BodyType type)
Set the type of this body.
-