| Package | Description |
|---|---|
| com.jme3.bullet |
| Modifier and Type | Field and Description |
|---|---|
protected BulletAppState.ThreadingType |
BulletAppState.threadingType
threading mode to use (not null)
|
| Modifier and Type | Method and Description |
|---|---|
BulletAppState.ThreadingType |
BulletAppState.getThreadingType()
Read which type of threading this app state uses.
|
static BulletAppState.ThreadingType |
BulletAppState.ThreadingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BulletAppState.ThreadingType[] |
BulletAppState.ThreadingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulletAppState.setThreadingType(BulletAppState.ThreadingType threadingType)
Alter which type of threading this app state uses.
|