BitmapTextureHolder

class BitmapTextureHolder(bitmap: Bitmap)

Constructors

BitmapTextureHolder
Link copied to clipboard
fun BitmapTextureHolder(drawable: Drawable)
BitmapTextureHolder
Link copied to clipboard
fun BitmapTextureHolder(drawable: Drawable, targetWidth: Int, targetHeight: Int)

Types

Companion
Link copied to clipboard
object Companion

Functions

attachToGraphics
Link copied to clipboard
open fun attachToGraphics()
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getImageHeight
Link copied to clipboard
open fun getImageHeight(): Int
getImageWidth
Link copied to clipboard
open fun getImageWidth(): Int
getTextureHeight
Link copied to clipboard
open fun getTextureHeight(): Int
getTextureWidth
Link copied to clipboard
open fun getTextureWidth(): Int
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

bitmap
Link copied to clipboard
val bitmap: Bitmap