public TextureSourceWithLocationCallback(TiledTextureRegion tiledTexture) { _textureSourceWithLocation = tiledTexture; }
public TextureSourceWithLocationCallback(TextureRegion textureSourceWithLocation) { _textureSourceWithLocation = textureSourceWithLocation; }