Back to Filament

TextureHelper

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

1.75.02.5 KB
Original Source

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

TextureHelper

[main]
class TextureHelper

Functions

NameSummary
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)