| Package | Description |
|---|---|
| net.dermetfan.utils.libgdx.box2d |
| Modifier and Type | Field and Description |
|---|---|
private com.badlogic.gdx.utils.Array<MouseJointAdapter> |
MouseJointAdapter.Manager.adapters
|
| Modifier and Type | Method and Description |
|---|---|
MouseJointAdapter |
MouseJointAdapter.Manager.newMouseJointAdapter(byte pointer)
override this to define how new
MouseJointAdapters should be created |
| Modifier and Type | Method and Description |
|---|---|
com.badlogic.gdx.utils.Array<MouseJointAdapter> |
MouseJointAdapter.Manager.getAdapters() |
| Modifier and Type | Method and Description |
|---|---|
void |
MouseJointAdapter.Manager.setAdapters(com.badlogic.gdx.utils.Array<MouseJointAdapter> adapters) |
| Constructor and Description |
|---|
MouseJointAdapter(MouseJointAdapter other)
constructs a new
MouseJointAdapter that equals the given other one |