public class TexturePackTextureRegion extends TextureRegion
mRotated, mScale, mTextureHeight, mTextureWidth, mTextureX, mTextureY, mU, mU2, mV, mV2mTexture| Constructor and Description |
|---|
TexturePackTextureRegion(ITexture pTexture,
int pX,
int pY,
int pWidth,
int pHeight,
int pID,
java.lang.String pSource,
boolean pRotated,
boolean pTrimmed,
int pSourceX,
int pSourceY,
int pSourceWidth,
int pSourceHeight) |
| Modifier and Type | Method and Description |
|---|---|
int |
getID() |
java.lang.String |
getSource() |
int |
getSourceHeight() |
int |
getSourceWidth() |
int |
getSourceX() |
int |
getSourceY() |
boolean |
isTrimmed() |
deepCopy, getHeight, getScale, getTextureX, getTextureY, getU, getU2, getV, getV2, getWidth, isRotated, isScaled, set, setTextureHeight, setTexturePosition, setTextureSize, setTextureWidth, setTextureX, setTextureY, updateUVgetTexturepublic TexturePackTextureRegion(ITexture pTexture, int pX, int pY, int pWidth, int pHeight, int pID, java.lang.String pSource, boolean pRotated, boolean pTrimmed, int pSourceX, int pSourceY, int pSourceWidth, int pSourceHeight)