BitmapDrawable

class BitmapDrawable(val image: RGBAImage?, var texture: Texture?) : AnyBitmapDrawable, Disposable

Constructors

Link copied to clipboard
constructor(image: RGBAImage?, texture: Texture?)

Properties

Link copied to clipboard
open override val image: RGBAImage?
Link copied to clipboard
open override var texture: Texture?

Functions

Link copied to clipboard
open override fun dispose()