public static class PLevelEmulator.ButtonTriggerPolicy extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
levelType |
float |
onPressValue |
float |
onReleaseValue |
Constructor and Description |
---|
ButtonTriggerPolicy(int levelType,
float onPressValue,
float onReleaseValue) |
ButtonTriggerPolicy(PLevel.Type levelType,
float onPressValue,
float onReleaseValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final int levelType
public final float onPressValue
public final float onReleaseValue
public ButtonTriggerPolicy(PLevel.Type levelType, float onPressValue, float onReleaseValue)
public ButtonTriggerPolicy(int levelType, float onPressValue, float onReleaseValue)
public java.lang.String toString()
toString
in class java.lang.Object