INNER CODE UNIT · Java
getOffstringY
BSVogler/WurfelEngineSDK · core/src/main/java/editor/BlockDrawable.java:129
public float getOffstringY() {
return offsetY;
}
/**
* Set the value of offstringY
*
* @param offstringY new value of offstringY
*/
public void setOffsetY(float offstringY) {
this.offsetY = offstringY;
}
/**
*
* @param batch
* @param x
* @param y