Java com.badlogic.gdx.maps.tiled TiledMapTile fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.maps.tiled TiledMapTile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.maps.tiled TiledMapTile.

The text is from its open source code.

Implementation

com.badlogic.gdx.maps.tiled.TiledMapTile has the following implementations.
Click this link to see all its implementation.

Method

BlendModegetBlendMode()
intgetId()
floatgetOffsetX()
floatgetOffsetY()
MapPropertiesgetProperties()
TextureRegiongetTextureRegion()
voidsetId(int id)
voidsetOffsetX(float offsetX)
Set the amount to offset the x position when rendering the tile
voidsetOffsetY(float offsetY)
Set the amount to offset the y position when rendering the tile