public class KickFastBehaviorParameter extends ParameterList
Modifier and Type | Class and Description |
---|---|
static class |
KickFastBehaviorParameter.Param |
Modifier and Type | Method and Description |
---|---|
float |
getBeamX() |
float |
getBeamY() |
static KickFastBehaviorParameter |
getInstance() |
float |
getLHP1() |
float |
getLHP2() |
float |
getLRoll() |
float |
getPosX() |
float |
getPosY() |
float |
getRFP1() |
float |
getRFP2() |
float |
getRFPS2() |
float |
getRHP1() |
float |
getRHP2() |
float |
getRHPS2() |
float |
getRHYP2() |
float |
getRHYPS2() |
float |
getRKP1() |
float |
getRKP2() |
float |
getRKPS1() |
float |
getRRoll() |
int |
getTime1() |
int |
getTime2() |
int |
getTime3() |
float |
getValue(KickFastBehaviorParameter.Param which) |
getNoOfParameters, getParameters, getParameterValues, getParamsString, getValue, readFromFile, setValue, toString, writeToFile
public static KickFastBehaviorParameter getInstance()
public final float getValue(KickFastBehaviorParameter.Param which)
index
- the 0 based index of the parameter.public final int getTime1()
public final int getTime2()
public final int getTime3()
public final float getLHP1()
public final float getRHP1()
public final float getRKP1()
public final float getRFP1()
public final float getLHP2()
public final float getRHYP2()
public final float getRHP2()
public final float getRKP2()
public final float getRFP2()
public final float getRKPS1()
public final float getRHPS2()
public final float getRHYPS2()
public final float getRFPS2()
public final float getRRoll()
public final float getLRoll()
public final float getPosX()
public final float getPosY()
public final float getBeamX()
public final float getBeamY()