INNER CODE UNIT · Java
getOffstringX
BSVogler/WurfelEngineSDK · core/src/main/java/editor/BlockDrawable.java:109
public float getOffstringX() {
return offsetX;
}
/**
* Set the value of offstringX
*
* @param offstringX new value of offstringX
*/
public void setOffsetX(float offstringX) {
this.offsetX = offstringX;
}
private float offsetY;
/**
* Get the value of offstringY
*