Uses of Enum
org.jbox2d.dynamics.BodyType
Packages that use BodyType
-
Uses of BodyType in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as BodyTypeModifier and TypeFieldDescriptionBody.m_type
BodyDef.type
The body type: static, kinematic, or dynamic.Methods in org.jbox2d.dynamics that return BodyTypeModifier and TypeMethodDescriptionBody.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