Back to Filament

setBitmap

docs/android/dokka/filament-android/com.google.android.filament.android/-texture-helper/set-bitmap.md

1.75.02.4 KB
Original Source

//filament-android/com.google.android.filament.android/TextureHelper/setBitmap

setBitmap

[main]
open fun setBitmap(engine: Engine, texture: Texture, level: Int, bitmap: Bitmap)

open fun setBitmap(engine: Engine, texture: Texture, level: Int, bitmap: Bitmap, handler: Any, callback: Runnable)

open fun setBitmap(engine: Engine, texture: Texture, level: Int, xoffset: Int, yoffset: Int, width: Int, height: Int, bitmap: Bitmap)

open fun setBitmap(engine: Engine, texture: Texture, level: Int, xoffset: Int, yoffset: Int, width: Int, height: Int, bitmap: Bitmap, handler: Any, callback: Runnable)