-
public final class TextureHelper
-
-
Method Summary
Modifier and Type Method Description static voidsetBitmap(@NonNull() Engine engine, @NonNull() Texture texture, @IntRange(from = 0) int level, @NonNull() Bitmap bitmap)static voidsetBitmap(@NonNull() Engine engine, @NonNull() Texture texture, @IntRange(from = 0) int level, @NonNull() Bitmap bitmap, Object handler, Runnable callback)static voidsetBitmap(@NonNull() Engine engine, @NonNull() Texture texture, @IntRange(from = 0) int level, @IntRange(from = 0) int xoffset, @IntRange(from = 0) int yoffset, @IntRange(from = 0) int width, @IntRange(from = 0) int height, @NonNull() Bitmap bitmap)static voidsetBitmap(@NonNull() Engine engine, @NonNull() Texture texture, @IntRange(from = 0) int level, @IntRange(from = 0) int xoffset, @IntRange(from = 0) int yoffset, @IntRange(from = 0) int width, @IntRange(from = 0) int height, @NonNull() Bitmap bitmap, Object handler, Runnable callback)-
-
Method Detail
-
setBitmap
static void setBitmap(@NonNull() Engine engine, @NonNull() Texture texture, @IntRange(from = 0) int level, @NonNull() Bitmap bitmap)
-
setBitmap
static void setBitmap(@NonNull() Engine engine, @NonNull() Texture texture, @IntRange(from = 0) int level, @NonNull() Bitmap bitmap, Object handler, Runnable callback)
-
setBitmap
static void setBitmap(@NonNull() Engine engine, @NonNull() Texture texture, @IntRange(from = 0) int level, @IntRange(from = 0) int xoffset, @IntRange(from = 0) int yoffset, @IntRange(from = 0) int width, @IntRange(from = 0) int height, @NonNull() Bitmap bitmap)
-
setBitmap
static void setBitmap(@NonNull() Engine engine, @NonNull() Texture texture, @IntRange(from = 0) int level, @IntRange(from = 0) int xoffset, @IntRange(from = 0) int yoffset, @IntRange(from = 0) int width, @IntRange(from = 0) int height, @NonNull() Bitmap bitmap, Object handler, Runnable callback)
-
-
-
-