| Package | Description |
|---|---|
| org.jbox2d.dynamics |
| Modifier and Type | Field and Description |
|---|---|
BodyType |
Body.m_type |
BodyType |
BodyDef.type
The body type: static, kinematic, or dynamic.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Body.setType(BodyType type)
Set the type of this body.
|
Copyright © 2017. All Rights Reserved.