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