Uses of Enum Class
org.jbox2d.dynamics.BodyType
Packages that use BodyType
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
-
Uses of BodyType in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as BodyTypeModifier and TypeFieldDescriptionBody.typeThe body type: static, kinematic, or dynamic.BodyDef.typeThe body type: static, kinematic, or dynamic.Methods in org.jbox2d.dynamics that return BodyTypeModifier and TypeMethodDescriptionBody.getType()BodyDef.getType()The body type: static, kinematic, or dynamic.static BodyTypeReturns the enum constant of this class with the specified name.static BodyType[]BodyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jbox2d.dynamics with parameters of type BodyType