Uses of Enum
org.jbox2d.dynamics.BodyType
Packages that use BodyType
-
Uses of BodyType in org.jbox2d.dynamics
Subclasses with type arguments of type BodyType in org.jbox2d.dynamicsModifier and TypeClassDescriptionenumThe body type. static: zero mass, zero velocity, may be manually moved kinematic: zero mass, non-zero velocity set by user, moved by solver dynamic: positive mass, non-zero velocity determined by forces, moved by solverFields in org.jbox2d.dynamics declared as BodyTypeModifier and TypeFieldDescriptionBody.m_typeBodyDef.typeThe body type: static, kinematic, or dynamic.Methods in org.jbox2d.dynamics that return BodyTypeModifier and TypeMethodDescriptionBody.getType()static BodyTypeReturns 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