public class Texture2D
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
height |
TSRTexture |
tsrTexture |
int |
width |
Constructor and Description |
---|
Texture2D(TSRTexture tsrTexture) |
Modifier and Type | Method and Description |
---|---|
static Texture2D |
fromBitmap(android.graphics.Bitmap bitmap) |
static TSRTexture |
getNativeTexture(Texture2D texture2D) |
public final TSRTexture tsrTexture
public final int width
public final int height
public Texture2D(TSRTexture tsrTexture)
public static Texture2D fromBitmap(android.graphics.Bitmap bitmap)
public static TSRTexture getNativeTexture(Texture2D texture2D)