Package-level declarations
Types
Link copied to clipboard
class ImageTexture
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class VideoTexture
Functions
Link copied to clipboard
fun Texture.setBitmap(engine: Engine, context: Context, @DrawableRes drawableResId: Int, type: TextureType = ImageTexture.DEFAULT_TYPE, @IntRange(from = 0) level: Int = 0)
fun Texture.setBitmap(engine: Engine, assets: AssetManager, fileLocation: String, type: TextureType = ImageTexture.DEFAULT_TYPE, @IntRange(from = 0) level: Int = 0)