Package | Description |
---|---|
com.b3dgs.lionengine.game | |
com.b3dgs.lionengine.game.effect | |
com.b3dgs.lionengine.game.entity | |
com.b3dgs.lionengine.game.purview | |
com.b3dgs.lionengine.game.purview.model |
Modifier and Type | Field and Description |
---|---|
static Force |
Force.ZERO
Zero force.
|
Modifier and Type | Method and Description |
---|---|
Force |
Movement.getForce()
Get the current force (active reference, not a copy).
|
Modifier and Type | Method and Description |
---|---|
void |
Force.addForce(Force force)
Increase force with input value.
|
void |
CameraGame.moveLocation(double extrp,
Force force,
Force... forces) |
void |
CameraGame.moveLocation(double extrp,
Force force,
Force... forces) |
void |
Force.reachForce(double extrp,
Force force,
double speed,
double sensibility)
Reach specified force at the specified speed.
|
void |
Force.setForce(Force force)
Set force.
|
void |
Force.setForceMaximum(Force max)
Set the maximum reachable force.
|
void |
Force.setForceMinimum(Force min)
Set the minimum reachable force.
|
void |
Movement.setForceToReach(Force force)
Set the force to reach.
|
Modifier and Type | Method and Description |
---|---|
void |
EffectGame.moveLocation(double extrp,
Force force,
Force... forces) |
void |
EffectGame.moveLocation(double extrp,
Force force,
Force... forces) |
Modifier and Type | Method and Description |
---|---|
void |
EntityGame.moveLocation(double extrp,
Force force,
Force... forces) |
void |
EntityGame.moveLocation(double extrp,
Force force,
Force... forces) |
void |
EntityGame.updateGravity(double extrp,
int desiredFps,
Force... forces) |
Modifier and Type | Method and Description |
---|---|
void |
Localizable.moveLocation(double extrp,
Force force,
Force... forces)
Move location using different forces.
|
void |
Localizable.moveLocation(double extrp,
Force force,
Force... forces)
Move location using different forces.
|
void |
Body.updateGravity(double extrp,
int desiredFps,
Force... forces)
Update gravity calculation.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalizableModel.moveLocation(double extrp,
Force force,
Force... forces) |
void |
LocalizableModel.moveLocation(double extrp,
Force force,
Force... forces) |
void |
BodyModel.moveLocation(double extrp,
Force force,
Force... forces) |
void |
BodyModel.moveLocation(double extrp,
Force force,
Force... forces) |
void |
BodyModel.updateGravity(double extrp,
int desiredFps,
Force... forces) |
Copyright © 2014 Byron 3D Games Studio. All rights reserved.