Class TextureHelper
- java.lang.Object
-
- com.google.android.filament.android.TextureHelper
-
public final class TextureHelper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetBitmap(Engine engine, Texture texture, int level, int xoffset, int yoffset, int width, int height, android.graphics.Bitmap bitmap)static voidsetBitmap(Engine engine, Texture texture, int level, int xoffset, int yoffset, int width, int height, android.graphics.Bitmap bitmap, java.lang.Object handler, java.lang.Runnable callback)static voidsetBitmap(Engine engine, Texture texture, int level, android.graphics.Bitmap bitmap)static voidsetBitmap(Engine engine, Texture texture, int level, android.graphics.Bitmap bitmap, java.lang.Object handler, java.lang.Runnable callback)
-
-
-
Method Detail
-
setBitmap
public static void setBitmap(@NonNull Engine engine, @NonNull Texture texture, @IntRange(from=0L) int level, @NonNull android.graphics.Bitmap bitmap)
-
setBitmap
public static void setBitmap(@NonNull Engine engine, @NonNull Texture texture, @IntRange(from=0L) int level, @NonNull android.graphics.Bitmap bitmap, java.lang.Object handler, java.lang.Runnable callback)
-
setBitmap
public static void setBitmap(@NonNull Engine engine, @NonNull Texture texture, @IntRange(from=0L) int level, @IntRange(from=0L) int xoffset, @IntRange(from=0L) int yoffset, @IntRange(from=0L) int width, @IntRange(from=0L) int height, @NonNull android.graphics.Bitmap bitmap)
-
setBitmap
public static void setBitmap(@NonNull Engine engine, @NonNull Texture texture, @IntRange(from=0L) int level, @IntRange(from=0L) int xoffset, @IntRange(from=0L) int yoffset, @IntRange(from=0L) int width, @IntRange(from=0L) int height, @NonNull android.graphics.Bitmap bitmap, java.lang.Object handler, java.lang.Runnable callback)
-
-