public interface ITiledTextureRegion extends ITextureRegion
| Modifier and Type | Method and Description |
|---|---|
ITiledTextureRegion |
deepCopy() |
int |
getCurrentTileIndex() |
float |
getHeight(int pTileIndex)
Note: Takes
getScale(int) into account! |
float |
getScale(int pTileIndex) |
ITextureRegion |
getTextureRegion(int pTileIndex) |
float |
getTextureX(int pTileIndex) |
float |
getTextureY(int pTileIndex) |
int |
getTileCount() |
float |
getU(int pTileIndex) |
float |
getU2(int pTileIndex) |
float |
getV(int pTileIndex) |
float |
getV2(int pTileIndex) |
float |
getWidth(int pTileIndex)
Note: Takes
getScale(int) into account! |
boolean |
isRotated(int pTileIndex) |
boolean |
isScaled(int pTileIndex) |
void |
nextTile() |
void |
set(int pTileIndex,
float pTextureX,
float pTextureY,
float pTextureWidth,
float pTextureHeight) |
void |
setCurrentTileIndex(int pCurrentTileIndex) |
void |
setTextureHeight(int pTileIndex,
float pHeight) |
void |
setTexturePosition(int pTileIndex,
float pTextureX,
float pTextureY) |
void |
setTextureSize(int pTileIndex,
float pWidth,
float pHeight) |
void |
setTextureWidth(int pTileIndex,
float pWidth) |
void |
setTextureX(int pTileIndex,
float pTextureX) |
void |
setTextureY(int pTileIndex,
float pTextureY) |
getHeight, getScale, getTexture, getTextureX, getTextureY, getU, getU2, getV, getV2, getWidth, isRotated, isScaled, set, setTextureHeight, setTexturePosition, setTextureSize, setTextureWidth, setTextureX, setTextureYint getCurrentTileIndex()
void setCurrentTileIndex(int pCurrentTileIndex)
void nextTile()
ITextureRegion getTextureRegion(int pTileIndex)
int getTileCount()
float getTextureX(int pTileIndex)
float getTextureY(int pTileIndex)
void setTextureX(int pTileIndex,
float pTextureX)
void setTextureY(int pTileIndex,
float pTextureY)
void setTexturePosition(int pTileIndex,
float pTextureX,
float pTextureY)
float getWidth(int pTileIndex)
getScale(int) into account!float getHeight(int pTileIndex)
getScale(int) into account!void setTextureWidth(int pTileIndex,
float pWidth)
void setTextureHeight(int pTileIndex,
float pHeight)
void setTextureSize(int pTileIndex,
float pWidth,
float pHeight)
void set(int pTileIndex,
float pTextureX,
float pTextureY,
float pTextureWidth,
float pTextureHeight)
float getU(int pTileIndex)
float getU2(int pTileIndex)
float getV(int pTileIndex)
float getV2(int pTileIndex)
boolean isScaled(int pTileIndex)
float getScale(int pTileIndex)
boolean isRotated(int pTileIndex)
ITiledTextureRegion deepCopy()
deepCopy in interface ITextureRegion