public class YYTextureInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
height
纹理高度
|
int |
orientation
朝向,分别是横屏和竖屏两种,
Configuration.ORIENTATION_LANDSCAPE表示横屏状态;
Configuration.ORIENTATION_PORTRAIT表示竖屏状态
|
int |
textureId
纹理id
|
java.nio.FloatBuffer |
vertexBuffer
顶点坐标信息
|
int |
width
纹理宽度
|
int |
zorder
纹理贴图层级顺序
|
| Constructor and Description |
|---|
YYTextureInfo() |
public int textureId
public int width
public int height
public int orientation
public java.nio.FloatBuffer vertexBuffer
public int zorder