|
Emini Physics Engine 1.3.5a API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.emini.physics2D.Script.ScriptElement
public class Script.ScriptElement
Single action element for a script. Each element has a type and target values, depending on the type.
Field Summary | |
---|---|
float |
mTargetAFX
first target value |
float |
mTargetBFX
second target value |
int |
mTimeSteps
number of timesteps to execute this step |
int |
mType
The type of the body modification (e.g: position, position, ...) |
Constructor Summary | |
---|---|
protected |
Script.ScriptElement(int type,
float target1FX,
float target2FX,
int timeSteps)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int mType
public float mTargetAFX
public float mTargetBFX
public int mTimeSteps
Constructor Detail |
---|
protected Script.ScriptElement(int type, float target1FX, float target2FX, int timeSteps)
type
- the type.target1FX
- the first target value.target2FX
- the second target value.timeSteps
- number of timesteps.
|
Emini Physics Engine 1.3.5a API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |